C# Class Nez.InspectorList

container for a Component/PostProcessor/Transform and all of its inspectable properties
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
target object

Méthodes publiques

Méthode Description
InspectorList ( Transform transform ) : System.Collections.Generic
InspectorList ( object target ) : System.Collections.Generic
initialize ( Table table, Skin skin ) : void
update ( ) : void

Method Details

InspectorList() public méthode

public InspectorList ( Transform transform ) : System.Collections.Generic
transform Transform
Résultat System.Collections.Generic

InspectorList() public méthode

public InspectorList ( object target ) : System.Collections.Generic
target object
Résultat System.Collections.Generic

initialize() public méthode

public initialize ( Table table, Skin skin ) : void
table Nez.UI.Table
skin Skin
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

name public_oe property

public string name
Résultat string

target public_oe property

public object target
Résultat object