C# Класс Entitas.Blueprints.Blueprint

Template for creating an entity with all of its components.
Наследование: IBlueprint
Показать файл Открыть проект

Открытые методы

Метод Описание
Blueprint ( ) : System.Collections.Generic

Creates a new default blueprint.

Blueprint ( string id ) : System.Collections.Generic

Creates a blueprint with the specified id.

Описание методов

Blueprint() публичный Метод

Creates a new default blueprint.
public Blueprint ( ) : System.Collections.Generic
Результат System.Collections.Generic

Blueprint() публичный Метод

Creates a blueprint with the specified id.
public Blueprint ( string id ) : System.Collections.Generic
id string Id of the blueprint to create.
Результат System.Collections.Generic