C# Class ArchitecturePrototype.Presenter.ScenePresenter

Inheritance: MonoBehaviour
Show file Open project: yotiky/MVP4U-ArchitecturePrototype

Public Properties

Property Type Description
presenters ArchitecturePrototype.Presenter.PresenterBase[]

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

presenters public property

public PresenterBase[],ArchitecturePrototype.Presenter presenters
return ArchitecturePrototype.Presenter.PresenterBase[]