C# Class exp3.InteractionController

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: nyu-vr-research/vive-holojam

Public Properties

Property Type Description
interacting bool
interactionRange float

Public Methods

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

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

interacting public_oe property

public bool interacting
return bool

interactionRange public_oe property

public float interactionRange
return float