AnimationKeyFrame<T> Class
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
System.Object →
AnimationKeyFrame<T>
Derived from AnimationKeyFrame<T>:
[DataContract]
[Display("KeyFrame", null)]
public class AnimationKeyFrame<T>
where T : struct
Type Parameters
|
Improve this Doc
View Source
Fields
HasChanged
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Properties
Key
[DataMember(10)]
[Display("Key", null)]
public float Key { get; set; }
Property Value
Type |
Description |
System.Single |
|
TangentType
[DataMember(30)]
[Display("Tangent", null)]
public AnimationKeyTangentType TangentType { get; set; }
Property Value
Value
[DataMember(20)]
[Display("Value", null)]
public T Value { get; set; }
Property Value
Extension Methods