C# Class Entitas.CodeGenerator.ComponentInfo

Mostrar archivo 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_oe property

public string[] contexts
return string[]

fullTypeName public_oe property

public string fullTypeName
return string

generateComponent public_oe property

public bool generateComponent
return bool

generateIndex public_oe property

public bool generateIndex
return bool

generateMethods public_oe property

public bool generateMethods
return bool

hideInBlueprintInspector public_oe property

public bool hideInBlueprintInspector
return bool

isSingleEntity public_oe property

public bool isSingleEntity
return bool

isSingletonComponent public_oe property

public bool isSingletonComponent
return bool

memberInfos public_oe property

public List memberInfos
return List

singleComponentPrefix public_oe property

public string singleComponentPrefix
return string

typeName public_oe property

public string typeName
return string