C# Class Paint3DMain, Paint3D

Inheritance: MonoBehaviour
Mostrar archivo Open project: ivlab/Paint3D

Public Properties

Property Type Description
headObj GameObject
user_id bool

Public Methods

Method Description
FixedUpdate ( ) : void
OnVREvent ( VREvent e ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnVREvent() public method

public OnVREvent ( VREvent e ) : void
e MinVR.VREvent
return void

Start() public method

public Start ( ) : void
return void

Property Details

headObj public_oe property

public GameObject headObj
return GameObject

user_id public_oe property

public bool user_id
return bool