getSize

open fun getSize(view: View): Vector3

Calculates the desired size of the view in the com.google.ar.sceneform.Scene. x represents the width, and y represents the height.

Return

a new vector that represents the view's size in the

Parameters

view

the view to calculate the size of