Functions | |
| ColorRGBA | getModulateColor () const |
| Gets the value of ModulateColorProperty. More... | |
| void | setModulateColor (ColorRGBA value) |
| Sets the value of ModulateColorProperty. More... | |
| float | getHorizontalTiling () const |
| Gets the value of HorizontalTilingProperty. More... | |
| void | setHorizontalTiling (float value) |
| Sets the value of HorizontalTilingProperty. More... | |
| float | getVerticalTiling () const |
| Gets the value of VerticalTilingProperty. More... | |
| void | setVerticalTiling (float value) |
| Sets the value of VerticalTilingProperty. More... | |
Variables | |
| static PropertyType< ColorRGBA > | ModulateColorProperty |
| ModulateColor property. More... | |
| static PropertyType< float > | HorizontalTilingProperty |
| HorizontalTiling property. More... | |
| static PropertyType< float > | VerticalTilingProperty |
| VerticalTiling property. More... | |
| ColorRGBA getModulateColor | ( | ) | const |
Gets the value of ModulateColorProperty.
| void setModulateColor | ( | ColorRGBA | value | ) |
Sets the value of ModulateColorProperty.
| float getHorizontalTiling | ( | ) | const |
Gets the value of HorizontalTilingProperty.
| void setHorizontalTiling | ( | float | value | ) |
Sets the value of HorizontalTilingProperty.
| float getVerticalTiling | ( | ) | const |
Gets the value of VerticalTilingProperty.
| void setVerticalTiling | ( | float | value | ) |
Sets the value of VerticalTilingProperty.
|
static |
ModulateColor property.
The default value is ColorRGBA(1.0f, 1.0f, 1.0f, 1.0f).
|
static |
HorizontalTiling property.
The default value is 1.0f.
|
static |
VerticalTiling property.
The default value is 1.0f.