C# Class Entitas.Unity.VisualDebugging.Vector4TypeDrawer

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

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