Variable AlphaSetterMapConst
AlphaSetterMap: {
alpha: (gameObject: Alpha) => (value: number | undefined) => void;
alphaBottomLeft: (gameObject: Alpha) => (value: number | undefined) => void;
alphaBottomRight: (
gameObject: Alpha,
) => (value: number | undefined) => void;
alphaTopLeft: (gameObject: Alpha) => (value: number | undefined) => void;
alphaTopRight: (gameObject: Alpha) => (value: number | undefined) => void;
} = ...
Type Declaration
-
Readonlyalpha: (gameObject: Alpha) => (value: number | undefined) => void
-
ReadonlyalphaBottomLeft: (gameObject: Alpha) => (value: number | undefined) => void
-
ReadonlyalphaBottomRight: (gameObject: Alpha) => (value: number | undefined) => void
-
ReadonlyalphaTopLeft: (gameObject: Alpha) => (value: number | undefined) => void
-
ReadonlyalphaTopRight: (gameObject: Alpha) => (value: number | undefined) => void