Properties | List of all members
Vector2DProperty Interface Reference

Configure vector 2D property types. More...

Inheritance diagram for Vector2DProperty:
TypedProperty< Vector >

Properties

Vector LowerBound [get, set]
 Gets or sets the lowest values that the property fields of a vector 2D property of this type can have. More...
 
Vector Step [get, set]
 Gets or sets the amount by which the values of the property fields of this property change when the user adjusts them using a slider or area editor. More...
 
Vector UpperBound [get, set]
 Gets or sets the highest values that the property fields of a vector 2D property of this type can have. More...
 
- Properties inherited from TypedProperty< Vector >
DefaultValueTyped [get, set]
 

Detailed Description

Configure vector 2D property types.

See also
PropertyTypeLibrary.CreateVector2DProperty(string, string, string, Vector?, Vector?, Vector?)

Property Documentation

Vector LowerBound
getset

Gets or sets the lowest values that the property fields of a vector 2D property of this type can have.

Vector Step
getset

Gets or sets the amount by which the values of the property fields of this property change when the user adjusts them using a slider or area editor.

See also
PropertyEditor
Vector UpperBound
getset

Gets or sets the highest values that the property fields of a vector 2D property of this type can have.