SpriteCenterPointData: {
    automatic: boolean;
    name: string;
    x: float;
    y: float;
}

Represents the center point in a frame.

Type declaration

  • automatic: boolean

    Is the center automatically computed?

  • name: string

    Name of the point.

  • x: float

    X position of the point.

  • y: float

    Y position of the point.