C# Class Nez.InspectorList

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

Public Properties

Property Type Description
name string
target object

Public Methods

Method 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 method

public InspectorList ( Transform transform ) : System.Collections.Generic
transform Transform
return System.Collections.Generic

InspectorList() public method

public InspectorList ( object target ) : System.Collections.Generic
target object
return System.Collections.Generic

initialize() public method

public initialize ( Table table, Skin skin ) : void
table Nez.UI.Table
skin Skin
return void

update() public method

public update ( ) : void
return void

Property Details

name public_oe property

public string name
return string

target public_oe property

public object target
return object