Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InstanceMaterialType

The shader property type of the material after instantiation.

Index

Enumeration members

ADD_COLOR

ADD_COLOR: = 0

The shader only has color properties.

ADD_COLOR_AND_TEXTURE

ADD_COLOR_AND_TEXTURE: = 1

The shader has color and texture properties.

GRAYSCALE

GRAYSCALE: = 2

The shader has color and texture properties and uses grayscale mode.

USE_ALPHA_SEPARATED

USE_ALPHA_SEPARATED: = 3

The shader has color and texture properties and uses embedded alpha mode.

USE_ALPHA_SEPARATED_AND_GRAY

USE_ALPHA_SEPARATED_AND_GRAY: = 4

The shader has color and texture properties and uses embedded alpha and grayscale mode.

Generated using TypeDoc