Source Academy Modules
    Preparing search index...

    Function query_flip

    • Queries the [x, y] flip property of the GameObject.

      Parameters

      • gameObject: RenderableGameObject

        GameObject reference

      Returns FlipXY

      [x, y] flip state as an array

      const gameobject = update_flip(create_triangle(100), [false, true]);
      query_flip(gameobject);