VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
virtual void AVR.Core.AVR_Ray.setHidden ( bool  hidden)
inlinevirtual

Set the hidden status of the ray

Parameters
hiddenTrue to hide, false to show

Definition at line 186 of file AVR_Ray.cs.

186  {
187  _hidden = hidden;
188  lr.enabled = !hidden;
189  }