C# Class Sagen.FunctionCurves.Keyframe

Exibir arquivo Open project: TheBerkin/Sagen Class Usage Examples

Public Properties

Property Type Description
Time float
Value float

Public Methods

Method Description
Keyframe ( float time, float value )

Method Details

Keyframe() public method

public Keyframe ( float time, float value )
time float
value float

Property Details

Time public_oe property

public float Time
return float

Value public_oe property

public float Value
return float