C# Class UnityEditorInternal.AnimationWindowKeyframe

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
m_InTangent float
m_OutTangent float
m_TangentMode int
m_TimeHash int

Méthodes publiques

Méthode Description
AnimationWindowKeyframe ( ) : System
AnimationWindowKeyframe ( AnimationWindowCurve curve, Keyframe key ) : System
AnimationWindowKeyframe ( AnimationWindowCurve curve, ObjectReferenceKeyframe key ) : System
AnimationWindowKeyframe ( AnimationWindowKeyframe key ) : System
GetHash ( ) : int
GetIndex ( ) : int

Method Details

AnimationWindowKeyframe() public méthode

public AnimationWindowKeyframe ( ) : System
Résultat System

AnimationWindowKeyframe() public méthode

public AnimationWindowKeyframe ( AnimationWindowCurve curve, Keyframe key ) : System
curve AnimationWindowCurve
key UnityEngine.Keyframe
Résultat System

AnimationWindowKeyframe() public méthode

public AnimationWindowKeyframe ( AnimationWindowCurve curve, ObjectReferenceKeyframe key ) : System
curve AnimationWindowCurve
key UnityEditor.ObjectReferenceKeyframe
Résultat System

AnimationWindowKeyframe() public méthode

public AnimationWindowKeyframe ( AnimationWindowKeyframe key ) : System
key AnimationWindowKeyframe
Résultat System

GetHash() public méthode

public GetHash ( ) : int
Résultat int

GetIndex() public méthode

public GetIndex ( ) : int
Résultat int

Property Details

m_InTangent public_oe property

public float m_InTangent
Résultat float

m_OutTangent public_oe property

public float m_OutTangent
Résultat float

m_TangentMode public_oe property

public int m_TangentMode
Résultat int

m_TimeHash public_oe property

public int m_TimeHash
Résultat int