IModelInstances

Description

interface Tinman.Engine.Models.IModelInstances

Derived from

IResourceHandle
IMemoryConsumption

Extended by

ModelInstanceBuffer sealed

A resource handle for a vertex buffer that holds static geometry instance data.

A separate IVertexBuffer is created for each instance of ModelInstanceBuffer.

Public / Methods

Read​Instances


public method ReadInstances → ()

returns → ModelInstance [ ]

The static geometry instance data.

Reads static geometry instance data.

IOException

If an I/O exception has occurred.

Public / Attributes

Instance​Count


public attribute InstanceCount → (get)

value : int32

[>=0]
The static geometry instance count.

The count of static geometry instances.