FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
NamedObjects< T > Struct Template Reference

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

 

Detailed Description

A data structure that wraps an array of objects so they can be shown as an array element with a name in the Inspector.

Template Parameters
TThe type of objects being wrapped.

Member Data Documentation

◆ name

string name

Inspector, Code

The name of the element.

◆ namedObjects

T [] namedObjects

Inspector, Code

The objects to wrap.


The documentation for this struct was generated from the following file: