fsCameraUnsubscribeToCameraWorldLockerStatusUpdate
The fsCameraUnsubscribeToCameraWorldLockerStatusUpdate function is used to unsubscribe from camera world locker update messages.
Syntax
bool fsCameraUnsubscribeToCameraWorldLockerStatusUpdate();
Members
N/A
Return Values
The function returns false if it was not possible to send the request. If the request was sent but failed, the specified callback will be invoked with an appropriate error code.
Example
Unsubscribe from all camera world locker status updates:
fsCameraUnsubscribeToCameraWorldLockerStatusUpdate();
Remarks
N/A
Related Topics
0/255