C# Class ctac.SignalsContext

Inheritance: MVCSContext
Afficher le fichier Open project: dshook/centauri-tac Class Usage Examples

Méthodes publiques

Méthode Description
SignalsContext ( MonoBehaviour view ) : System
SignalsContext ( MonoBehaviour view, ContextStartupFlags flags ) : System
Start ( ) : IContext

Méthodes protégées

Méthode Description
addCoreComponents ( ) : void
mapBindings ( ) : void

Method Details

SignalsContext() public méthode

public SignalsContext ( MonoBehaviour view ) : System
view UnityEngine.MonoBehaviour
Résultat System

SignalsContext() public méthode

public SignalsContext ( MonoBehaviour view, ContextStartupFlags flags ) : System
view UnityEngine.MonoBehaviour
flags ContextStartupFlags
Résultat System

Start() public méthode

public Start ( ) : IContext
Résultat IContext

addCoreComponents() protected méthode

protected addCoreComponents ( ) : void
Résultat void

mapBindings() protected méthode

protected mapBindings ( ) : void
Résultat void