Implements
Methods
called when the instruction build process is finished, ensuring that if there is an advanced blend mode active, we add the final render instructions added to the instruction set
Name | Type | Description |
---|---|---|
instructionSet |
InstructionSet |
The instruction set we are adding to |
called when the instruction build process is starting this will reset internally to the default blend mode
This ensures that a blendMode switch is added to the instruction set if the blend mode has changed.
Name | Type | Description |
---|---|---|
renderable |
Renderable |
The renderable we are adding to the instruction set |
blendMode |
BLEND_MODES |
The blend mode of the renderable |
instructionSet |
InstructionSet |
The instruction set we are adding to |