Struct SpriteMetaData
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public struct SpriteMetaData
Fields
| Improve this Doc View Sourcealignment
Declaration
public int alignment
Field Value
| Type | Description |
|---|---|
| Int32 |
border
Declaration
public Vector4 border
Field Value
| Type | Description |
|---|---|
| Vector4 |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
pivot
Declaration
public Vector2 pivot
Field Value
| Type | Description |
|---|---|
| Vector2 |
rect
Declaration
public Rect rect
Field Value
| Type | Description |
|---|---|
| Rect |