IMHOTEP Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Assets
Core
World
Logo.cs
1
using
UnityEngine;
2
using
System.Collections;
3
4
public
class
Logo
: MonoBehaviour {
5
6
// TODO: Probably move this, or handle it some other way.
7
// It's kind of ugly that the Logo starts the UI ?!
8
public
GameObject
PatientSelector
;
9
void
activatePatientSelector () {
10
PatientSelector.SetActive (
true
);
11
}
12
}
PatientSelector
Definition:
PatientSelector.cs:6
Logo
Definition:
Logo.cs:4
Generated by
1.8.6