SceneInstance.GetDrawableInstance

SceneInstance.GetDrawableInstance method

Gets a DrawableInstance object, where: - Name is the name of this drawable instance. Originally, it was the name of Node. - MeshIndex is the logical Index of a Mesh in !:GlbImage.LogicalMeshes. - Transform is an IGeometryTransform that can be used to transform the Mesh into world space.

public DrawableInstance GetDrawableInstance(int index)
ParameterTypeDescription
indexInt32The index of the drawable reference, from 0 to DrawableInstancesCount

Return Value

DrawableInstance object.

See Also