Interface IAnimationNode
- Namespace
- HelixToolkit.SharpDX.Animations
- Assembly
- HelixToolkit.SharpDX.dll
public interface IAnimationNode
Properties
IsAnimationNode
Gets or sets a value indicating whether this scene node is animation node.
bool IsAnimationNode { get; set; }
Property Value
- bool
trueif this scene node is animation node; otherwise,false.
IsAnimationNodeRoot
Gets a value indicating whether this scene node is animation node root.
bool IsAnimationNodeRoot { get; }
Property Value
- bool
trueif this scene node is animation node root; otherwise,false.