| ASLObject_LocallySetCloudAnchorResolved Method |
Locally sets the flag that allows this object to continue processing the cloud anchor
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void _LocallySetCloudAnchorResolved(
bool _cloudAnchorResolved
)
Public Sub _LocallySetCloudAnchorResolved (
_cloudAnchorResolved As Boolean
)
public:
void _LocallySetCloudAnchorResolved(
bool _cloudAnchorResolved
)
member _LocallySetCloudAnchorResolved :
_cloudAnchorResolved : bool -> unit
Parameters
- _cloudAnchorResolved
- Type: SystemBoolean
Flag indicating if all clients have resolved this cloud anchor
See Also