Entity.QueryWorldBoundsAsync Method

Definition

Queries the world-space bounding box from the server.

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::Bounds> ^ QueryWorldBoundsAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds> QueryWorldBoundsAsync ();
member this.QueryWorldBoundsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds>
Public Function QueryWorldBoundsAsync () As Task(Of Bounds)

Returns

Remarks

The bounding box represents the volume that this entity, all its child entities, and attached meshes take up.

QueryWorldBoundsAsync is an asynchronous call. The computation of the bounds is performed on the server and returned when available.

* A NoConnection error occurs no connection was found.

Applies to

See also