Neuro-VISOR  0.2.0
Visualize and interact with computational simulations using a virtual reality interface
C2M2.Visualization.GraphPointer Class Reference

Inherits MonoBehaviour.

Public Attributes

Transform[] anchors = null
 Anchors on the graph to draw lines from. These transforms MUST possess lineRenderers More...
 
Vector3 targetPos = Vector3.zero
 Position to render the anchor line to. More...
 
bool onlyRenderShortestAnchor = false
 If true, only renders shortest anchor line More...
 

Properties

bool UseWorldSpace [set]
 

Private Member Functions

void Awake ()
 
void Update ()
 

Private Attributes

LineRenderer[] lineRends = null
 

Member Function Documentation

◆ Awake()

void C2M2.Visualization.GraphPointer.Awake ( )
private

◆ Update()

void C2M2.Visualization.GraphPointer.Update ( )
private

Member Data Documentation

◆ anchors

Transform [] C2M2.Visualization.GraphPointer.anchors = null

Anchors on the graph to draw lines from. These transforms MUST possess lineRenderers

◆ lineRends

LineRenderer [] C2M2.Visualization.GraphPointer.lineRends = null
private

◆ onlyRenderShortestAnchor

bool C2M2.Visualization.GraphPointer.onlyRenderShortestAnchor = false

If true, only renders shortest anchor line

◆ targetPos

Vector3 C2M2.Visualization.GraphPointer.targetPos = Vector3.zero

Position to render the anchor line to.

Property Documentation

◆ UseWorldSpace

bool C2M2.Visualization.GraphPointer.UseWorldSpace
set

The documentation for this class was generated from the following file: