Detailed Description

Manager for selecting anything such as a particular material or point from a blade object.

Static Public Member Functions

static void Add (Type pvType)
 Adds a type as a form of property value. More...
 
static PropertyValue ReadPropertyValue (Reader reader)
 Loads a property value from the given reader. More...
 
static PropertyValue Get (int id)
 

Static Public Attributes

static Dictionary< int,
PropertyValue
All
 All property value handlers. More...
 

Member Function Documentation

static void Values.PropertyValues.Add ( Type  pvType)
inlinestatic

Adds a type as a form of property value.

static PropertyValue Values.PropertyValues.Get ( int  id)
inlinestatic
static PropertyValue Values.PropertyValues.ReadPropertyValue ( Reader  reader)
inlinestatic

Loads a property value from the given reader.

Member Data Documentation

Dictionary<int,PropertyValue> Values.PropertyValues.All
static

All property value handlers.