C# Class UnityInspectors, uFrame.ECS.Templates

Inheritance: DiagramPlugin, IDrawUnityInspector, IDataRecordPropertyChanged, IFetchIcon
Mostrar archivo Open project: InvertGames/uFrame.ECS.Templates

Public Methods

Method Description
DrawInspector ( Object target ) : void
FetchIcon ( object component ) : string
Loaded ( UFrameContainer container ) : void
PropertyChanged ( IDataRecord record, string name, object previousValue, object nextValue ) : void

Method Details

DrawInspector() public method

public DrawInspector ( Object target ) : void
target UnityEngine.Object
return void

FetchIcon() public method

public FetchIcon ( object component ) : string
component object
return string

Loaded() public method

public Loaded ( UFrameContainer container ) : void
container UFrameContainer
return void

PropertyChanged() public method

public PropertyChanged ( IDataRecord record, string name, object previousValue, object nextValue ) : void
record IDataRecord
name string
previousValue object
nextValue object
return void