Ejemplo n.º 1
0
 public AppContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
     _instance = this;
 }
Ejemplo n.º 2
0
 public TestContextSubclass(object view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 3
0
 public TestMainContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
 public SubContextA(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 5
0
 public BibaPresentContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 6
0
 public DesertContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 7
0
 public LotteryContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 8
0
 public SignalsContext(MonoBehaviour view, ContextStartupFlags flags)
     : base(view, flags)
 {
 }
 public MyHollywoodContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
 public MainMenuContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 11
0
 public DragonBallDashContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 12
0
 public SampleContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 13
0
 public BlockGameContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 14
0
 public MainContext(Root view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 15
0
 public GeneratedContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 16
0
		public TestContextSubclass (object view, ContextStartupFlags flags) : base(view, flags){}
Ejemplo n.º 17
0
 public UIManagerContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 18
0
 public GameplayContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 19
0
 public EquipmentSelectContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 20
0
 public ViewlessContext(ContextStartupFlags flags) : base(new Object(), flags)
 {
 }
Ejemplo n.º 21
0
 public SignalContext(MonoBehaviour contextView, ContextStartupFlags flags)
     : base(contextView, flags)
 {
 }
Ejemplo n.º 22
0
 public MyFirstContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 23
0
 public AchievementsContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 24
0
 public MobiusContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
 public DownloadPage2Context(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
 public GeneratedContext(MonoBehaviour view, ContextStartupFlags flags )
     : base(view, flags)
 {
 }
Ejemplo n.º 27
0
 public CommonContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 28
0
 public SignalsContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 29
0
 public ClassMVCSContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
 public CrossContext(object view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 31
0
 public ProjectContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 32
0
 public IntroContext(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }
Ejemplo n.º 33
0
 public CrossContext(object view, ContextStartupFlags flags)
     : base(view, flags)
 {
 }
Ejemplo n.º 34
0
 public DiplomskaContext(MonoBehaviour view, ContextStartupFlags flags)
     : base(view, flags)
 {
 }
Ejemplo n.º 35
0
 public DragonBallDashContext(MonoBehaviour view, ContextStartupFlags flags)
     : base(view, flags)
 {
 }
Ejemplo n.º 36
0
 public MenuContext(MonoBehaviour view, ContextStartupFlags flags)
     : base(view, flags)
 {
 }
Ejemplo n.º 37
0
 public PanoramaViewer(MonoBehaviour view, ContextStartupFlags flags) : base(view, flags)
 {
 }