Interface ViewSizer

    • Method Detail

      • getSize

        Vector3 getSize​(android.view.View view)
        Calculates the desired size of the view in the Scene. Vector3.x represents the width, and Vector3.y represents the height.
        Parameters:
        view - the view to calculate the size of
        Returns:
        a new vector that represents the view's size in the Scene