C# Class ByChance.Core.Anchor

Placeholder for game elements that can be filled after the level generation process.
ファイルを表示 Open project: npruehs/bychance Class Usage Examples

Protected Methods

Method Description
Anchor ( string tag ) : System

Constructs a new anchor of the specified category.

Method Details

Anchor() protected method

Constructs a new anchor of the specified category.
is null.
protected Anchor ( string tag ) : System
tag string Category of the new anchor.
return System