Méthode | Description | |
---|---|---|
ColorMaskState ( |
Toggle of color mask.
|
|
ColorMaskState ( |
Toggle of color mask.
|
|
ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable ) |
Toggle of color mask.
|
|
ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable, bool originalRedWritable, bool originalGreenWritable, bool originalBlueWritable, bool originalAlphaWritable ) |
Toggle of color mask.
|
|
ToString ( ) : string |
|
Méthode | Description | |
---|---|---|
StateOff ( ) : void |
|
|
StateOn ( ) : void |
|
public ColorMaskState ( |
||
mask | mask when this switch is turned on. |
public ColorMaskState ( |
||
mask | mask when this switch is turned on. | |
originalMask | mask when this switch is turned off. |
public ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable ) | ||
redWritable | bool | red mask when this switch is turned on |
greenWritable | bool | green mask when this switch is turned on |
blueWritable | bool | blue mask when this switch is turned on |
alphaWritable | bool | alpha mask when this switch is turned on |
public ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable, bool originalRedWritable, bool originalGreenWritable, bool originalBlueWritable, bool originalAlphaWritable ) | ||
redWritable | bool | red mask when this switch is turned on. |
greenWritable | bool | green mask when this switch is turned on. |
blueWritable | bool | blue mask when this switch is turned on. |
alphaWritable | bool | alpha mask when this switch is turned on. |
originalRedWritable | bool | alpha mask when this switch is turned off. |
originalGreenWritable | bool | blue mask when this switch is turned off. |
originalBlueWritable | bool | green mask when this switch is turned off. |
originalAlphaWritable | bool | red mask when this switch is turned off. |