|
|
| MaterialIndex () |
| | Constructor that initializes the material index to UINT_NULL.
|
| |
| uint & | materialIndex () |
| | Returns a reference to the material index.
|
| |
| uint | materialIndex () const |
| | Returns the value of the material index.
|
| |
|
| void | init () |
| | Initializes the material index to UINT_NULL.
|
| |
◆ importFrom()
Returns a reference to the material index.
Same as materialIndex(). Left for compatibility reasons.
- Returns
- a reference to the material index.
Returns the value of the material index.
Same as materialIndex(). Left for compatibility reasons.
- Returns
- the value of the material index.
◆ init()
Initializes the material index to UINT_NULL.
It is made in the init function since the component could be not available during construction (e.g. if the component is optional and not enabled).
This member function is hidden by the element that inherits this class.
◆ materialIndex() [1/2]
Returns a reference to the material index.
- Returns
- a reference to the material index.
◆ materialIndex() [2/2]
Returns the value of the material index.
- Returns
- the value of the material index.
The documentation for this class was generated from the following file: