C# Class Entitas.CodeGenerator.ComponentInfo

Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
contexts string[]
fullTypeName string
generateComponent bool
generateIndex bool
generateMethods bool
hideInBlueprintInspector bool
isSingleEntity bool
isSingletonComponent bool
memberInfos List
singleComponentPrefix string
typeName string

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Collections.Generic

Property Details

contexts public_oe property

public string[] contexts
Résultat string[]

fullTypeName public_oe property

public string fullTypeName
Résultat string

generateComponent public_oe property

public bool generateComponent
Résultat bool

generateIndex public_oe property

public bool generateIndex
Résultat bool

generateMethods public_oe property

public bool generateMethods
Résultat bool

hideInBlueprintInspector public_oe property

public bool hideInBlueprintInspector
Résultat bool

isSingleEntity public_oe property

public bool isSingleEntity
Résultat bool

isSingletonComponent public_oe property

public bool isSingletonComponent
Résultat bool

memberInfos public_oe property

public List memberInfos
Résultat List

singleComponentPrefix public_oe property

public string singleComponentPrefix
Résultat string

typeName public_oe property

public string typeName
Résultat string