C# Class Entitas.CodeGenerator.ComponentInfo

Show file Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
contexts string[]
fullTypeName string
generateComponent bool
generateIndex bool
generateMethods bool
hideInBlueprintInspector bool
isSingleEntity bool
isSingletonComponent bool
memberInfos List
singleComponentPrefix string
typeName string

Public Methods

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

Method Details

ComponentInfo() public method

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
return System.Collections.Generic

Property Details

contexts public property

public string[] contexts
return string[]

fullTypeName public property

public string fullTypeName
return string

generateComponent public property

public bool generateComponent
return bool

generateIndex public property

public bool generateIndex
return bool

generateMethods public property

public bool generateMethods
return bool

hideInBlueprintInspector public property

public bool hideInBlueprintInspector
return bool

isSingleEntity public property

public bool isSingleEntity
return bool

isSingletonComponent public property

public bool isSingletonComponent
return bool

memberInfos public property

public List memberInfos
return List

singleComponentPrefix public property

public string singleComponentPrefix
return string

typeName public property

public string typeName
return string