C# Class CustomObjectTypeDrawer, Entitas-CSharp

Inheritance: ITypeDrawer, IDefaultInstanceCreator
Mostra file Open project: sschmid/Entitas-CSharp

Public Methods

Method 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 method

public CreateDefault ( Type type ) : object
type Type
return object

DrawAndGetNewValue() public method

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
return object

HandlesType() public method

public HandlesType ( Type type ) : bool
type Type
return bool