FAST SDK Coding Reference 1.0.3
|
A data structure that wraps a single object so it can be shown as an array element with a name in the Inspector. More...
Public Attributes | |
string | name |
Inspector, Code | |
T | namedObject |
Inspector, Code | |
A data structure that wraps a single object so it can be shown as an array element with a name in the Inspector.
T | The type of object being wrapped. |
string name |
Inspector, Code
The name of the element.
T namedObject |
Inspector, Code
The object to wrap.