C# 클래스 UnityEditorInternal.AnimationWindowKeyframe

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

공개 프로퍼티들

프로퍼티 타입 설명
m_InTangent float
m_OutTangent float
m_TangentMode int
m_TimeHash int

공개 메소드들

메소드 설명
AnimationWindowKeyframe ( ) : System
AnimationWindowKeyframe ( AnimationWindowCurve curve, Keyframe key ) : System
AnimationWindowKeyframe ( AnimationWindowCurve curve, ObjectReferenceKeyframe key ) : System
AnimationWindowKeyframe ( AnimationWindowKeyframe key ) : System
GetHash ( ) : int
GetIndex ( ) : int

메소드 상세

AnimationWindowKeyframe() 공개 메소드

public AnimationWindowKeyframe ( ) : System
리턴 System

AnimationWindowKeyframe() 공개 메소드

public AnimationWindowKeyframe ( AnimationWindowCurve curve, Keyframe key ) : System
curve AnimationWindowCurve
key UnityEngine.Keyframe
리턴 System

AnimationWindowKeyframe() 공개 메소드

public AnimationWindowKeyframe ( AnimationWindowCurve curve, ObjectReferenceKeyframe key ) : System
curve AnimationWindowCurve
key UnityEditor.ObjectReferenceKeyframe
리턴 System

AnimationWindowKeyframe() 공개 메소드

public AnimationWindowKeyframe ( AnimationWindowKeyframe key ) : System
key AnimationWindowKeyframe
리턴 System

GetHash() 공개 메소드

public GetHash ( ) : int
리턴 int

GetIndex() 공개 메소드

public GetIndex ( ) : int
리턴 int

프로퍼티 상세

m_InTangent 공개적으로 프로퍼티

public float m_InTangent
리턴 float

m_OutTangent 공개적으로 프로퍼티

public float m_OutTangent
리턴 float

m_TangentMode 공개적으로 프로퍼티

public int m_TangentMode
리턴 int

m_TimeHash 공개적으로 프로퍼티

public int m_TimeHash
리턴 int