C# Class BulletMLLib.BulletValue

Exibir arquivo 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_oe property

public float value
return float

valueType public_oe property

public BLValueType valueType
return BLValueType