data class WorldSpaceRect(val topLeft: Vector3, val topRight: Vector3, val bottomLeft: Vector3, val bottomRight: Vector3)
WorldSpaceRect
(
topLeft
, topRight
, bottomLeft
, bottomRight
)
|
Signature
constructor(topLeft: Vector3, topRight: Vector3, bottomLeft: Vector3, bottomRight: Vector3) Returns WorldSpaceRect |