• Moves a GameObject with given x, y and z values

    Parameters

    • gameObjectIdentifier: GameObjectIdentifier

      The identifier for the GameObject that you want to translate.

    • deltaPosition: Vector3

      The values you want to move the GameObject along each axis with respect to the world space.

    Returns void

Generated using TypeDoc