C# Class AssemblyCSharp.WandControllerSimple

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen 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_oe property

public GameObject,UnityEngine brush
return UnityEngine.GameObject

label public_oe property

public string label
return string

lineFactory public_oe property

public LineUnitySimple lineFactory
return LineUnitySimple

stream public_oe property

public MasterStream,AssemblyCSharp stream
return MasterStream