C# Class Entitas.Unity.VisualDebugging.ArrayTypeDrawer

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

Méthodes publiques

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

Private Methods

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

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
Résultat object

HandlesType() public méthode

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