C# Class CustomObjectTypeDrawer, Entitas-CSharp

Inheritance: ITypeDrawer, IDefaultInstanceCreator
Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
CreateDefault ( Type type ) : object
DrawAndGetNewValue ( Type memberType, string memberName, object value, Entity entity, int index, IComponent component ) : object
HandlesType ( Type type ) : bool

Method Details

CreateDefault() public méthode

public CreateDefault ( Type type ) : object
type Type
Résultat object

DrawAndGetNewValue() public méthode

public DrawAndGetNewValue ( Type memberType, string memberName, object value, Entity entity, int index, IComponent component ) : object
memberType Type
memberName string
value object
entity Entity
index int
component IComponent
Résultat object

HandlesType() public méthode

public HandlesType ( Type type ) : bool
type Type
Résultat bool