Click or drag to resize
AB4D logo

Visual3DAnimationNode Class

Visual3DAnimationNode provides logic to animate one Visual3D. It is possible to animate model's position, rotation and scale.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationAnimationNodeBase
    Ab3d.AnimationTransform3DAnimationNode
      Ab3d.AnimationVisual3DAnimationNode

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class Visual3DAnimationNode : Transform3DAnimationNode

The Visual3DAnimationNode type exposes the following members.

Constructors
 NameDescription
Public methodVisual3DAnimationNode Constructor
Top
Properties
 NameDescription
Public propertyVisual3D Visual3D that is animated. This value is set in the Visual3DAnimationNode's constructor.
Top
See Also