Click or drag to resize
AB4D logo

Position3DKeyFrame Class

Position3DKeyFrame class defines the Position values as Point3D for the specified FrameNumber.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    Ab3d.AnimationPosition3DKeyFrame

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

The Position3DKeyFrame type exposes the following members.

Constructors
 NameDescription
Public methodPosition3DKeyFrame(Double) Constructor
Public methodPosition3DKeyFrame(Double, Point3D) Constructor
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldPosition Position as Point3D
Top
See Also