C# Class Entitas.Unity.VisualDebugging.DefaultArrayCreator

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

Public Methods

Method Description
CreateDefault ( Type type ) : object
HandlesType ( Type type ) : bool

Method Details

CreateDefault() public method

public CreateDefault ( Type type ) : object
type System.Type
return object

HandlesType() public method

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