Table of Contents

Class Importer.HelixInternalScene

Namespace
HelixToolkit.SharpDX.Assimp
Assembly
HelixToolkit.SharpDX.Assimp.dll
protected sealed class Importer.HelixInternalScene
Inheritance
Importer.HelixInternalScene
Inherited Members

Fields

Animations

The animations

public List<Animation>? Animations

Field Value

List<Animation>

AssimpScene

The assimp scene

public Scene? AssimpScene

Field Value

Scene

Materials

The materials

public KeyValuePair<Material, MaterialCore?>[]? Materials

Field Value

KeyValuePair<Material, MaterialCore>[]

Meshes

The meshes

public Importer.MeshInfo[]? Meshes

Field Value

MeshInfo[]