C# Class UnityInspectors, uFrame.ECS.Templates

Inheritance: DiagramPlugin, IDrawUnityInspector, IDataRecordPropertyChanged, IFetchIcon
Afficher le fichier Open project: InvertGames/uFrame.ECS.Templates

Méthodes publiques

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

public DrawInspector ( Object target ) : void
target UnityEngine.Object
Résultat void

FetchIcon() public méthode

public FetchIcon ( object component ) : string
component object
Résultat string

Loaded() public méthode

public Loaded ( UFrameContainer container ) : void
container UFrameContainer
Résultat void

PropertyChanged() public méthode

public PropertyChanged ( IDataRecord record, string name, object previousValue, object nextValue ) : void
record IDataRecord
name string
previousValue object
nextValue object
Résultat void