C# Class Artemis.Engine.Graphics.RenderOrder.RenderItem

A RenderOrderAction indicating to render the item with the given name.
Inheritance: AbstractRenderOrderAction
Show file Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Public Properties

Property Type Description
Name string
SkipDuplicates bool

Public Methods

Method Description
RenderItem ( string name, bool skipDuplicates = true ) : System.Collections.Generic

Method Details

RenderItem() public method

public RenderItem ( string name, bool skipDuplicates = true ) : System.Collections.Generic
name string
skipDuplicates bool
return System.Collections.Generic

Property Details

Name public property

The name of the item to render.
public string Name
return string

SkipDuplicates public property

Whether or not to skip duplicate renders.
public bool SkipDuplicates
return bool