Query if the player camera is bind to a camera.
Copy Code | |
---|---|
bool IsBindToCamera( ); |
CameraIndex
Type: int
The camera index. If INT32_MAX, this function checks if the player camera is bind to any camera.
Returns true if the player camera is bind to a camera, false if not.