C# 클래스 Entitas.Serialization.Blueprints.ComponentBlueprint

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fullTypeName string
index int
members Entitas.Serialization.Blueprints.SerializableMember[]

공개 메소드들

메소드 설명
ComponentBlueprint ( ) : System
ComponentBlueprint ( int index, IComponent component ) : System
CreateComponent ( System.Entity entity ) : IComponent

메소드 상세

ComponentBlueprint() 공개 메소드

public ComponentBlueprint ( ) : System
리턴 System

ComponentBlueprint() 공개 메소드

public ComponentBlueprint ( int index, IComponent component ) : System
index int
component IComponent
리턴 System

CreateComponent() 공개 메소드

public CreateComponent ( System.Entity entity ) : IComponent
entity System.Entity
리턴 IComponent

프로퍼티 상세

fullTypeName 공개적으로 프로퍼티

public string fullTypeName
리턴 string

index 공개적으로 프로퍼티

public int index
리턴 int

members 공개적으로 프로퍼티

public SerializableMember[],Entitas.Serialization.Blueprints members
리턴 Entitas.Serialization.Blueprints.SerializableMember[]