C# Class Entitas.Blueprints.Blueprint

Template for creating an entity with all of its components.
Inheritance: IBlueprint
Datei anzeigen Open project: npruehs/Entitas-Blueprints-CSharp

Public Methods

Method Description
Blueprint ( ) : System.Collections.Generic

Creates a new default blueprint.

Blueprint ( string id ) : System.Collections.Generic

Creates a blueprint with the specified id.

Method Details

Blueprint() public method

Creates a new default blueprint.
public Blueprint ( ) : System.Collections.Generic
return System.Collections.Generic

Blueprint() public method

Creates a blueprint with the specified id.
public Blueprint ( string id ) : System.Collections.Generic
id string Id of the blueprint to create.
return System.Collections.Generic