• Rotates a GameObject with given x, y and z values (Euler angle)

    Parameters

    • gameObjectIdentifier: GameObjectIdentifier

      The identifier for the GameObject that you want to rotate.

    • angles: Vector3

      The values you want to rotate along each axis with respect to the world space

    Returns void

Generated using TypeDoc