| ASLObjectSendCloudAnchorToResolve Method |
Used by ASLHelper to send information about the Cloud Anchor that was just created to all users so that they can resolve it and handle it accordingly on their end
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SendCloudAnchorToResolve(
bool _setWorldOrigin,
bool _waitForAllUsersToResolve
)
Public Sub SendCloudAnchorToResolve (
_setWorldOrigin As Boolean,
_waitForAllUsersToResolve As Boolean
)
public:
void SendCloudAnchorToResolve(
bool _setWorldOrigin,
bool _waitForAllUsersToResolve
)
member SendCloudAnchorToResolve :
_setWorldOrigin : bool *
_waitForAllUsersToResolve : bool -> unit
Parameters
- _setWorldOrigin
- Type: SystemBoolean
Whether or not this cloud anchor should be used as a world origin - _waitForAllUsersToResolve
- Type: SystemBoolean
Whether or not this cloud anchor should wait to perform any action until every user has resolved it
See Also