Click or drag to resize
AB4D logo

Vector3DKeyFrame Class

Vector3DKeyFrame class defines the values as Vector3D for the specified FrameNumber.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    Ab3d.AnimationVector3DKeyFrame

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

The Vector3DKeyFrame type exposes the following members.

Constructors
 NameDescription
Public methodVector3DKeyFrame(Double) Constructor
Public methodVector3DKeyFrame(Double, Vector3D) Constructor
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldVector Vector as Vector3D
Top
See Also