new RenderState
An immutable render state. Do not create this directly. See Context#createRenderState.
See:
Source:
Methods
-
<static> clone
-
Duplicates a RenderState instance. The object returned must still be created with Context#createRenderState.
Parameters:
Name Type Description renderState
The render state to be cloned. Returns:
Object The duplicated render state.