Struct DrawableInstance

DrawableInstance structure

public struct DrawableInstance

Properties

NameDescription
InstanceCount { get; }If Transform has instancing support, it gets the number of times we need to render Template

Fields

NameDescription
readonly TemplateRepresents WHAT to draw.
readonly TransformRepresents WHERE to draw the Template.

See Also