Method | Description | |
---|---|---|
AddRenderGroup ( string name, TraversalOptions options = TraversalOptions.Pre, bool skipDuplicates = true ) : void |
Set the next render order action to render the group with the given name.
|
|
AddRenderItem ( string name, bool skipDuplicates = true ) : void |
Set the next render order action to render the item with the given name.
|
|
AddSetRenderProperties ( SpriteBatchPropertiesPacket packet, bool ignoreDefaults = true, bool applyMatrix = false ) : void |
Set the next render order action to set the render properties to the values in the given packet.
|
|
AddSetRenderProperties ( SpriteSortMode ssm = SpriteSortMode.Deferred, |
Set the next render order action to set the render properties to the given values.
|
|
RenderOrder ( ) : System.Collections.Generic | ||
RenderOrder ( List |
||
SetNextAction ( AbstractRenderOrderAction action ) : void |
Set the next render order action to the given IRenderOrderAction.
|
public AddRenderGroup ( string name, TraversalOptions options = TraversalOptions.Pre, bool skipDuplicates = true ) : void | ||
name | string | |
options | TraversalOptions | |
skipDuplicates | bool | |
return | void |
public AddRenderItem ( string name, bool skipDuplicates = true ) : void | ||
name | string | |
skipDuplicates | bool | |
return | void |
public AddSetRenderProperties ( SpriteBatchPropertiesPacket packet, bool ignoreDefaults = true, bool applyMatrix = false ) : void | ||
packet | SpriteBatchPropertiesPacket | |
ignoreDefaults | bool | |
applyMatrix | bool | |
return | void |
public AddSetRenderProperties ( SpriteSortMode ssm = SpriteSortMode.Deferred, |
||
ssm | SpriteSortMode | |
bs | ||
ss | ||
dss | ||
rs | ||
e | ||
m | ||
ignoreDefaults | bool | |
applyMatrix | bool | |
return | void |
public RenderOrder ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RenderOrder ( List |
||
actions | List |
|
return | System.Collections.Generic |
public SetNextAction ( AbstractRenderOrderAction action ) : void | ||
action | AbstractRenderOrderAction | |
return | void |