Class PaperExtractSpriteGridSettings
Paper Extract Sprite Grid Settings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Paper2DEditor
Assembly: UE4DotNet.dll
Syntax
public class PaperExtractSpriteGridSettings : UObject
Properties
| Improve this Doc View SourceCellHeight
The height of each sprite in grid mode
Declaration
public int CellHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CellWidth
The width of each sprite in grid mode
Declaration
public int CellWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static PaperExtractSpriteGridSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
PaperExtractSpriteGridSettings |
MarginX
Margin from the left of the texture to the first sprite
Declaration
public int MarginX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarginY
Margin from the top of the texture to the first sprite
Declaration
public int MarginY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumCellsX
Number of cells extracted horizontally. Can be used to limit the number of sprites extracted. Set to 0 to extract all sprites
Declaration
public int NumCellsX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumCellsY
Number of cells extracted vertically. Can be used to limit the number of sprites extracted. Set to 0 to extract all sprites
Declaration
public int NumCellsY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SpacingX
Horizontal spacing between sprites
Declaration
public int SpacingX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SpacingY
Vertical spacing between sprites
Declaration
public int SpacingY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PaperExtractSpriteGridSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PaperExtractSpriteGridSettings |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PaperExtractSpriteGridSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator PaperExtractSpriteGridSettings(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PaperExtractSpriteGridSettings |