Table of Contents

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

root SceneNode

The root.

HelixToolkitScene(SceneNode, IList<Animation>?)

Initializes a new instance of the HelixToolkitScene class.

public HelixToolkitScene(SceneNode root, IList<Animation>? animations = null)

Parameters

root SceneNode

The root.

animations IList<Animation>

The animations.

Properties

Animations

Gets or sets the animations.

public IList<Animation>? Animations { get; set; }

Property Value

IList<Animation>

The animations.

HasAnimation

Gets a value indicating whether this instance has animation.

public bool HasAnimation { get; }

Property Value

bool

true if this instance has animation; otherwise, false.

Root

Gets or sets the root.

public SceneNode Root { get; set; }

Property Value

SceneNode

The root.