C# Class AssemblyCSharp.WandControllerSimple

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: nyu-vr-research/vive-holojam

Public Properties

Property Type Description
brush UnityEngine.GameObject
label string
lineFactory LineUnitySimple
stream MasterStream

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

brush public property

public GameObject,UnityEngine brush
return UnityEngine.GameObject

label public property

public string label
return string

lineFactory public property

public LineUnitySimple lineFactory
return LineUnitySimple

stream public property

public MasterStream,AssemblyCSharp stream
return MasterStream