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