C# Class ArchitecturePrototype.Presenter.ScenePresenter

Inheritance: MonoBehaviour
Afficher le fichier Open project: yotiky/MVP4U-ArchitecturePrototype

Méthodes publiques

Свойство Type Description
presenters ArchitecturePrototype.Presenter.PresenterBase[]

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

presenters public_oe property

public PresenterBase[],ArchitecturePrototype.Presenter presenters
Résultat ArchitecturePrototype.Presenter.PresenterBase[]