Other than using GameObject.Find to reference the resulting gameobject formed by VectorLine, is there a better way to change the transform position?
gridLine = new VectorLine("TestLines", new Vector3[2], null, 1.0);
var o:GameObject = GameObject.Find("Vector TestLines");
o.transform.position = anotherVector;