C# Class Entitas.Unity.VisualDebugging.ArrayTypeDrawer

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

Private Methods

Method Description
arrayInsertAt ( Array array, Type elementType, object value, int insertAt ) : Array
arrayRemoveAt ( Array array, Type elementType, int removeAt ) : Array
drawEditActions ( Array array, Type elementType, int index ) : Func

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