C# 클래스 Entitas.CodeGenerator.ComponentInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
contexts string[]
fullTypeName string
generateComponent bool
generateIndex bool
generateMethods bool
hideInBlueprintInspector bool
isSingleEntity bool
isSingletonComponent bool
memberInfos List
singleComponentPrefix string
typeName string

공개 메소드들

메소드 설명
ComponentInfo ( string fullTypeName, List memberInfos, string contexts, bool isSingleEntity, string singleComponentPrefix, bool generateComponent, bool generateMethods, bool generateIndex, bool hideInBlueprintInspector ) : System.Collections.Generic

메소드 상세

ComponentInfo() 공개 메소드

public ComponentInfo ( string fullTypeName, List memberInfos, string contexts, bool isSingleEntity, string singleComponentPrefix, bool generateComponent, bool generateMethods, bool generateIndex, bool hideInBlueprintInspector ) : System.Collections.Generic
fullTypeName string
memberInfos List
contexts string
isSingleEntity bool
singleComponentPrefix string
generateComponent bool
generateMethods bool
generateIndex bool
hideInBlueprintInspector bool
리턴 System.Collections.Generic

프로퍼티 상세

contexts 공개적으로 프로퍼티

public string[] contexts
리턴 string[]

fullTypeName 공개적으로 프로퍼티

public string fullTypeName
리턴 string

generateComponent 공개적으로 프로퍼티

public bool generateComponent
리턴 bool

generateIndex 공개적으로 프로퍼티

public bool generateIndex
리턴 bool

generateMethods 공개적으로 프로퍼티

public bool generateMethods
리턴 bool

hideInBlueprintInspector 공개적으로 프로퍼티

public bool hideInBlueprintInspector
리턴 bool

isSingleEntity 공개적으로 프로퍼티

public bool isSingleEntity
리턴 bool

isSingletonComponent 공개적으로 프로퍼티

public bool isSingletonComponent
리턴 bool

memberInfos 공개적으로 프로퍼티

public List memberInfos
리턴 List

singleComponentPrefix 공개적으로 프로퍼티

public string singleComponentPrefix
리턴 string

typeName 공개적으로 프로퍼티

public string typeName
리턴 string