C# 클래스 UnityEngine.Keyframe

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
Keyframe ( float time, float value ) : System
Keyframe ( float time, float value, float inTangent, float outTangent ) : System

메소드 상세

Keyframe() 공개 메소드

public Keyframe ( float time, float value ) : System
time float
value float
리턴 System

Keyframe() 공개 메소드

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