C# 클래스 UnityEditorInternal.AnimationKeyTime

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

공개 메소드들

메소드 설명
ContainsTime ( float time ) : bool
Frame ( int frame, float frameRate ) : AnimationKeyTime
Time ( float time, float frameRate ) : AnimationKeyTime

메소드 상세

ContainsTime() 공개 메소드

public ContainsTime ( float time ) : bool
time float
리턴 bool

Frame() 공개 정적인 메소드

public static Frame ( int frame, float frameRate ) : AnimationKeyTime
frame int
frameRate float
리턴 AnimationKeyTime

Time() 공개 정적인 메소드

public static Time ( float time, float frameRate ) : AnimationKeyTime
time float
frameRate float
리턴 AnimationKeyTime