class KeyFrames.Block
A keyframe within the animation.
public float Interval { get; set; }
The position of the keyframe within the overall animation. 0 to 1, where 0 is the start, and 1 is the end of the animation.
public Styles Styles { get; set; }
The styles that should be applied at this position in the animation.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public KeyFrames.Block( )
😔 No documentation found.