Advanced
used by the garbage collector to track when the instruction set was last used
Readonly
instructionsthe array of instructions
the actual size of the array (any instructions passed this should be ignored)
allows for access to the render pipes of the renderer
Readonly
uida unique id for this instruction set used through the renderer
Add an instruction to the set
add an instruction to the set
reset the instruction set so it can be reused set size back to 0
A set of instructions that can be executed by the renderer. Basically wraps an array, but with some extra properties that help the renderer to keep things nice and optimised.
Note: InstructionSet.instructions contains all the instructions, but does not resize (for performance). So for the true length of the instructions you need to use InstructionSet.instructionSize