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

Inheritance: AbstractRenderOrderAction
Exibir arquivo 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_oe property

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

Options public_oe property

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

SkipDuplicates public_oe property

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