Struct TexturePacker_JsonArray.Frame
Namespace: TMPro.SpriteAssetUtilities
Syntax
[Serializable]
public struct Frame
Fields
filename
Declaration
public string filename
Field Value
Type | Description |
---|---|
String |
frame
Declaration
public TexturePacker_JsonArray.SpriteFrame frame
Field Value
Type | Description |
---|---|
TexturePacker_JsonArray.SpriteFrame |
pivot
Declaration
public Vector2 pivot
Field Value
Type | Description |
---|---|
Vector2 |
rotated
Declaration
public bool rotated
Field Value
Type | Description |
---|---|
Boolean |
sourceSize
Declaration
public TexturePacker_JsonArray.SpriteSize sourceSize
Field Value
Type | Description |
---|---|
TexturePacker_JsonArray.SpriteSize |
spriteSourceSize
Declaration
public TexturePacker_JsonArray.SpriteFrame spriteSourceSize
Field Value
Type | Description |
---|---|
TexturePacker_JsonArray.SpriteFrame |
trimmed
Declaration
public bool trimmed
Field Value
Type | Description |
---|---|
Boolean |