Properties | List of all members
FloatProperty Interface Reference

Configure float property types. More...

Inheritance diagram for FloatProperty:
TypedProperty< float >

Properties

float LowerBound [get, set]
 Gets or sets the lowest value that a float property of this type can have. More...
 
float Step [get, set]
 Gets or sets the amount by which the value of a property changes when the user adjusts it using the editor that you set for this property type. More...
 
float UpperBound [get, set]
 Gets or sets the highest value that a float property of this type can have. More...
 
- Properties inherited from TypedProperty< float >
DefaultValueTyped [get, set]
 

Detailed Description

Configure float property types.

See also
PropertyTypeLibrary.CreateFloatProperty(string, string, string, float?, float?, float?)

Property Documentation

float LowerBound
getset

Gets or sets the lowest value that a float property of this type can have.

float Step
getset

Gets or sets the amount by which the value of a property changes when the user adjusts it using the editor that you set for this property type.

See also
PropertyEditor
float UpperBound
getset

Gets or sets the highest value that a float property of this type can have.