Struct ImageInfo
Record picture pivot and size.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Rosetta.Runtime.Loader
Assembly: Rosetta.Runtime.dll
Syntax
[Serializable]
public struct ImageInfo
Fields
| Improve this Doc View SourceComment
The I18N file comment.
Declaration
public string Comment
Field Value
Type | Description |
---|---|
System.String |
Height
The height
of image.
Declaration
public int Height
Field Value
Type | Description |
---|---|
System.Int32 |
PivotX
The x value of image pivot.it equal to the x value of sprite pivot.
Declaration
public float PivotX
Field Value
Type | Description |
---|---|
System.Single |
PivotY
The y value of image pivot.it equal to the y value of sprite pivot.
Declaration
public float PivotY
Field Value
Type | Description |
---|---|
System.Single |
Width
The width
of image.
Declaration
public int Width
Field Value
Type | Description |
---|---|
System.Int32 |