Click or drag to resize
AB4D logo

KeyFrameBase Class

KeyFrameBase is an abstract class that is a base for all classes that define data for one key frame.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    More

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public abstract class KeyFrameBase

The KeyFrameBase type exposes the following members.

Constructors
 NameDescription
Protected methodKeyFrameBase Constructor
Top
Fields
 NameDescription
Public fieldEasingFunction EasingFunction can be specified to provide custom interpolation between key frames. In case this value is not set (is null), then linear interpolation is used. When the function is defined it gets a double parameter value between 0 and 1 and should return a value between 0 and 1. Standard easing function are defined in EasingFunctions class.
Public fieldFrameNumber FrameNumber as double
Top
See Also
Inheritance Hierarchy