C# Class UnityEditorInternal.AnimationWindowKeyframe

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_InTangent float
m_OutTangent float
m_TangentMode int
m_TimeHash int

Public Methods

Method 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 method

public AnimationWindowKeyframe ( ) : System
return System

AnimationWindowKeyframe() public method

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

AnimationWindowKeyframe() public method

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

AnimationWindowKeyframe() public method

public AnimationWindowKeyframe ( AnimationWindowKeyframe key ) : System
key AnimationWindowKeyframe
return System

GetHash() public method

public GetHash ( ) : int
return int

GetIndex() public method

public GetIndex ( ) : int
return int

Property Details

m_InTangent public_oe property

public float m_InTangent
return float

m_OutTangent public_oe property

public float m_OutTangent
return float

m_TangentMode public_oe property

public int m_TangentMode
return int

m_TimeHash public_oe property

public int m_TimeHash
return int