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

Shows the ray. A ray is not updated while hidden.

Definition at line 178 of file AVR_Ray.cs.

178  {
179  setHidden(false);
180  }
virtual void setHidden(bool hidden)
Set the hidden status of the ray
Definition: AVR_Ray.cs:186