IMHOTEP Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Assets
Core
Input
ViveController
LeftController.cs
1
using
UnityEngine;
2
using
UnityEngine.EventSystems;
3
using
System.Collections;
4
5
public
class
LeftController
:
Controller
{
6
7
// Use this for initialization
8
new
public
void
Start () {
9
base.Start ();
10
InputDeviceManager.instance.registerLeftController (
this
);
11
}
12
}
Controller
Definition:
Controller.cs:5
LeftController
Definition:
LeftController.cs:5
Generated by
1.8.6