C# Class BulletMLLib.BulletValue

Show file Open project: babelshift/BulletMLLib Class Usage Examples

Public Properties

Property Type Description
value float
valueType BLValueType

Public Methods

Method Description
BulletValue ( BLValueType type, float value ) : System

Method Details

BulletValue() public method

public BulletValue ( BLValueType type, float value ) : System
type BLValueType
value float
return System

Property Details

value public property

public float value
return float

valueType public property

public BLValueType valueType
return BLValueType