C# Class UnityEngine.Keyframe

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
Keyframe ( float time, float value ) : System
Keyframe ( float time, float value, float inTangent, float outTangent ) : System

Method Details

Keyframe() public méthode

public Keyframe ( float time, float value ) : System
time float
value float
Résultat System

Keyframe() public méthode

public Keyframe ( float time, float value, float inTangent, float outTangent ) : System
time float
value float
inTangent float
outTangent float
Résultat System