C# 클래스 Entitas.Blueprints.Blueprint

Template for creating an entity with all of its components.
상속: IBlueprint
파일 보기 프로젝트 열기: npruehs/Entitas-Blueprints-CSharp

공개 메소드들

메소드 설명
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