C# Class Entitas.Unity.VisualDebugging.StringTypeDrawer

Inheritance: ITypeDrawer
Datei anzeigen Open project: sschmid/Entitas-CSharp

Public Methods

Method Description
DrawAndGetNewValue ( Type memberType, string memberName, object value, System.Entity entity, int index, IComponent component ) : object
HandlesType ( Type type ) : bool

Method Details

DrawAndGetNewValue() public method

public DrawAndGetNewValue ( Type memberType, string memberName, object value, System.Entity entity, int index, IComponent component ) : object
memberType System.Type
memberName string
value object
entity System.Entity
index int
component IComponent
return object

HandlesType() public method

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