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

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

 
namedObject
 Inspector, Code

 

Detailed Description

A data structure that wraps a single object so it can be shown as an array element with a name in the Inspector.

Template Parameters
TThe type of object being wrapped.

Member Data Documentation

◆ name

string name

Inspector, Code

The name of the element.

◆ namedObject

T namedObject

Inspector, Code

The object to wrap.


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