Ejemplo n.º 1
0
 public void Destroy()
 {
     axis.Destroy();
     axis = null;
     reference0.Destroy();
     reference0 = null;
     theta.Destroy();
     theta = null;
 }
Ejemplo n.º 2
0
 public void Destroy()
 {
     axis.Destroy();
     axis = null;
     reference0.Destroy();
     reference0 = null;
     theta.Destroy();
     theta = null;
 }
Ejemplo n.º 3
0
 public void Destroy()
 {
     xAxis.Destroy();
     xAxis = null;
     yAxis.Destroy();
     yAxis = null;
     zAxis.Destroy();
     zAxis = null;
 }
Ejemplo n.º 4
0
 public PointRendererDebug(Color lineColour)
 {
     xAxis = new LineRendererDebug(lineColour);
     yAxis = new LineRendererDebug(lineColour);
     zAxis = new LineRendererDebug(lineColour);
 }
Ejemplo n.º 5
0
 public QuaternionRendererDebug(Color lineColour)
 {
     axis = new LineRendererDebug(lineColour);
     reference0 = new LineRendererDebug(lineColour);
     theta = new LineRendererDebug(lineColour);
 }
Ejemplo n.º 6
0
 public void Destroy()
 {
     xAxis.Destroy();
     xAxis = null;
     yAxis.Destroy();
     yAxis = null;
     zAxis.Destroy();
     zAxis = null;
 }
Ejemplo n.º 7
0
 public PointRendererDebug(Color lineColour)
 {
     xAxis = new LineRendererDebug(lineColour);
     yAxis = new LineRendererDebug(lineColour);
     zAxis = new LineRendererDebug(lineColour);
 }
Ejemplo n.º 8
0
 public QuaternionRendererDebug(Color lineColour)
 {
     axis       = new LineRendererDebug(lineColour);
     reference0 = new LineRendererDebug(lineColour);
     theta      = new LineRendererDebug(lineColour);
 }