C# Class Entitas.Blueprints.Blueprint

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

Méthodes publiques

Méthode 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 méthode

Creates a new default blueprint.
public Blueprint ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Blueprint() public méthode

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