C# Class Sagen.FunctionCurves.Keyframe

Afficher le fichier Open project: TheBerkin/Sagen Class Usage Examples

Méthodes publiques

Свойство Type Description
Time float
Value float

Méthodes publiques

Méthode Description
Keyframe ( float time, float value )

Method Details

Keyframe() public méthode

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

Property Details

Time public_oe property

public float Time
Résultat float

Value public_oe property

public float Value
Résultat float