Variable TintSetterMapConst
TintSetterMap: {
tint: (gameObject: Tint) => (value: number | undefined) => Tint;
tintBottomLeft: (gameObject: Tint) => (value: number | undefined) => Tint;
tintBottomRight: (gameObject: Tint) => (value: number | undefined) => Tint;
tintTopLeft: (gameObject: Tint) => (value: number | undefined) => Tint;
tintTopRight: (gameObject: Tint) => (value: number | undefined) => Tint;
} = ...
Type Declaration
Readonlytint: (gameObject: Tint) => (value: number | undefined) => Tint
ReadonlytintBottomLeft: (gameObject: Tint) => (value: number | undefined) => Tint
ReadonlytintBottomRight: (gameObject: Tint) => (value: number | undefined) => Tint
ReadonlytintTopLeft: (gameObject: Tint) => (value: number | undefined) => Tint
ReadonlytintTopRight: (gameObject: Tint) => (value: number | undefined) => Tint