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

Inheritance: AbstractRenderOrderAction
Show file Open project: ArtemisEngine/Artemis-Engine

Public Properties

Property Type Description
Name string
Options TraversalOptions
SkipDuplicates bool

Public Methods

Method Description
AbstractRenderTraversable ( string name, TraversalOptions options = TraversalOptions.Pre, bool skipDuplicates = true ) : System.Collections.Generic

Method Details

AbstractRenderTraversable() public method

public AbstractRenderTraversable ( string name, TraversalOptions options = TraversalOptions.Pre, bool skipDuplicates = true ) : System.Collections.Generic
name string
options TraversalOptions
skipDuplicates bool
return System.Collections.Generic

Property Details

Name public property

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

Options public property

Options regarding which of the items in the group to render.
public TraversalOptions Options
return TraversalOptions

SkipDuplicates public property

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