Show / Hide Table of Contents

    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 Source

    Comment

    The I18N file comment.

    Declaration
    public string Comment
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Height

    The height of image.

    Declaration
    public int Height
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Width

    The width of image.

    Declaration
    public int Width
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Copyright © Shitake.
    Generated by DocFX