Interface CreateNineSliceOptionsCoordinates

interface CreateNineSliceOptionsCoordinates {
    condition?: (() => boolean);
    x: Scriptable<number>;
    y: Scriptable<number>;
}

Properties

Properties

condition?: (() => boolean)

Callback that decides whether or not coordinates should be used

Type declaration

    • (): boolean
    • Returns boolean

x: Scriptable<number>

The X value on the screen where the NineSlice is displayed

y: Scriptable<number>

The Y value on the screen where the NineSlice is displayed