Transform.setLocation

* Translate location using x, y and z scalars as coordinates. * Location is done in space.

  1. Transform setLocation(float x, float y, float z)
    class Transform
    setLocation
    (
    string op = "="
    )
    (
    float x
    ,
    float y
    ,
    float z
    )
    if (
    op == "=" ||
    op == "+="
    ||
    op == "-="
    )
  2. Transform setLocation(Vector3F location)

Meta