|
FAST SDK Coding Reference 1.0.5
|
A data structure that wraps an array of objects so they can be shown as an array element with a name in the Inspector. More...
Public Attributes | |
| string | name |
| Inspector, Code | |
| T[] | namedObjects |
| Inspector, Code | |
A data structure that wraps an array of objects so they can be shown as an array element with a name in the Inspector.
| T | The type of objects being wrapped. |
| string name |
Inspector, Code
The name of the element.
| T [] namedObjects |
Inspector, Code
The objects to wrap.