|
| MaterialPropertyOverrider (const MaterialPropertyOverrider *parent) |
|
void | set_property_value (const char *name, const bool &value) |
|
void | set_property_value (const char *name, const float &value) |
|
void | set_property_value (const char *name, const int32_t &value) |
|
void | set_property_value (const char *name, const Colour &value) |
|
void | set_property_value (const char *name, const Vec4 &value) |
|
void | set_property_value (const char *name, const Vec3 &value) |
|
void | set_property_value (const char *name, const Vec2 &value) |
|
void | set_property_value (const char *name, const Mat3 &value) |
|
void | set_property_value (const char *name, const Mat4 &value) |
|
void | set_property_value (const char *name, const TexturePtr &value) |
|
bool | property_value (const MaterialPropertyNameHash hsh, const bool *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const float *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const int32_t *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Colour *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Vec2 *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Vec3 *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Vec4 *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Mat3 *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const Mat4 *&out) const |
|
bool | property_value (const MaterialPropertyNameHash hsh, const TexturePtr *&out) const |
|
template<typename T > |
void | set_property_value (const std::string &str, const T &v) |
|
template<typename T > |
bool | property_value (const std::string &str, const T *&out) const |
|
template<typename T > |
bool | property_value (const char *name, const T *&out) const |
|
bool | clear_override (const char *name) |
|
bool | property_type (const char *property_name, MaterialPropertyType *type) const |
|