struct MAGES::SceneGraph::SceneGraphUtility::EffectDataFieldInfo¶
Overview¶
Represents the complete contextual information of a EffectData derived property. More…
struct EffectDataFieldInfo { // properties System.Type[] ApplicableActions; System.Type FieldType; string Name; };
Detailed Documentation¶
Represents the complete contextual information of a EffectData derived property.
Properties¶
System.Type[] ApplicableActions
Gets or sets the list of actions for which this field is used.
System.Type FieldType
Gets or sets the type of the field.
string Name
Gets or sets the name of the field.