Click or drag to resize
AB4D logo

DoubleKeyFrame Class

DoubleKeyFrame class defines one double value for the specified FrameNumber. It can be used to animate double properties such as camera's Distance.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    Ab3d.AnimationDoubleKeyFrame

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public sealed class DoubleKeyFrame : KeyFrameBase

The DoubleKeyFrame type exposes the following members.

Constructors
 NameDescription
Public methodDoubleKeyFrame(Double) Constructor
Public methodDoubleKeyFrame(Double, Double) Constructor
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldDoubleValue Value as double
Top
See Also