C# Class UnityEngine.Keyframe

ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Keyframe ( float time, float value ) : System
Keyframe ( float time, float value, float inTangent, float outTangent ) : System

Method Details

Keyframe() public method

public Keyframe ( float time, float value ) : System
time float
value float
return System

Keyframe() public method

public Keyframe ( float time, float value, float inTangent, float outTangent ) : System
time float
value float
inTangent float
outTangent float
return System