struct in UnityEngine
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA single keyframe that can be injected into an animation curve.
inTangent | Sets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key. |
inWeight | Sets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key. |
outTangent | Sets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key. |
outWeight | Sets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key. |
time | The time of the keyframe. |
value | The value of the curve at keyframe. |
weightedMode | Weighted mode for the keyframe. |
Keyframe | Create a keyframe. |