Class HelixToolkitScene
- Namespace
- HelixToolkit.SharpDX.Assimp
- Assembly
- HelixToolkit.SharpDX.Assimp.dll
Scene for importer output
public class HelixToolkitScene
- Inheritance
-
HelixToolkitScene
- Inherited Members
Constructors
HelixToolkitScene(SceneNode)
Initializes a new instance of the HelixToolkitScene class.
public HelixToolkitScene(SceneNode root)
Parameters
rootSceneNodeThe root.
HelixToolkitScene(SceneNode, IList<Animation>?)
Initializes a new instance of the HelixToolkitScene class.
public HelixToolkitScene(SceneNode root, IList<Animation>? animations = null)
Parameters
Properties
Animations
Gets or sets the animations.
public IList<Animation>? Animations { get; set; }
Property Value
HasAnimation
Gets a value indicating whether this instance has animation.
public bool HasAnimation { get; }
Property Value
- bool
trueif this instance has animation; otherwise,false.
Root
Gets or sets the root.
public SceneNode Root { get; set; }
Property Value
- SceneNode
The root.