C# Class Foundation.Example.ExampleOptions

Inheritance: ObservableBehaviour
Mostrar archivo Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
Output UnityEngine.UI.Text

Public Methods

Method Description
Load ( ) : void
NotifyProperty ( string memberName, object paramater ) : void
Save ( ) : void
SaveAndClose ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Load() public method

public Load ( ) : void
return void

NotifyProperty() public method

public NotifyProperty ( string memberName, object paramater ) : void
memberName string
paramater object
return void

Save() public method

public Save ( ) : void
return void

SaveAndClose() public method

public SaveAndClose ( ) : void
return void

Property Details

Output public_oe property

public Text,UnityEngine.UI Output
return UnityEngine.UI.Text