C# Class PersonComponentDrawer, Entitas-CSharp

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

Public Methods

Method Description
DrawComponent ( IComponent component ) : IComponent
HandlesType ( Type type ) : bool

Method Details

DrawComponent() public method

public DrawComponent ( IComponent component ) : IComponent
component IComponent
return IComponent

HandlesType() public method

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