Struct Keyframe
Assembly: UnityEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
Keyframe(Single, Single)
Declaration
public Keyframe(float time, float value)
Parameters
|
Improve this Doc
View Source
Keyframe(Single, Single, Single, Single)
Declaration
public Keyframe(float time, float value, float inTangent, float outTangent)
Parameters
|
Improve this Doc
View Source
Keyframe(Single, Single, Single, Single, Single, Single)
Declaration
public Keyframe(float time, float value, float inTangent, float outTangent, float inWeight, float outWeight)
Parameters
Properties
|
Improve this Doc
View Source
inTangent
Declaration
public float inTangent { get; set; }
Property Value
|
Improve this Doc
View Source
inWeight
Declaration
public float inWeight { get; set; }
Property Value
|
Improve this Doc
View Source
outTangent
Declaration
public float outTangent { get; set; }
Property Value
|
Improve this Doc
View Source
outWeight
Declaration
public float outWeight { get; set; }
Property Value
|
Improve this Doc
View Source
tangentMode
Declaration
[Obsolete("Use AnimationUtility.SetLeftTangentMode, AnimationUtility.SetRightTangentMode, AnimationUtility.GetLeftTangentMode or AnimationUtility.GetRightTangentMode instead.")]
public int tangentMode { get; set; }
Property Value
|
Improve this Doc
View Source
time
Declaration
public float time { get; set; }
Property Value
|
Improve this Doc
View Source
value
Declaration
public float value { get; set; }
Property Value
|
Improve this Doc
View Source
weightedMode
Declaration
public WeightedMode weightedMode { get; set; }
Property Value
Extension Methods