ComponentVariable Class
Header: | #include <UnigineComponentSystem.h> |
This class is used to address the component parameters.
ComponentVariable Class
Members
const PropertyParameterPtr & getParameter ( ) const#
Returns the pointer to the corresponding property parameter.Return value
Pointer to the property parameter.int size ( ) #
Returns the number of elements in the array.This method is for the array and array structure component parameters.
Return value
Number of elements in the array.C & operator[] ( int index ) #
Returns the reference to the requested element.This method is for the array and array structure component parameters.
Arguments
- int index - Position of the element to return.
Return value
Reference to the requested element.Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)