Table of Contents

Method GetAnchorRoomLayout

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

GetAnchorRoomLayout(ulong, out YVRRoomLayout)

Retrieves the 3D room layout information associated with an anchor.

public bool GetAnchorRoomLayout(ulong anchorHandle, out YVRRoomLayout roomLayout)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

roomLayout YVRRoomLayout

3D room layout information related to the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.