AIDebugIsCameraPictureSetCallback typedef

AIDebugIsCameraPictureSetCallback = bool Function(AIDebugCameraPicture picture)

Returns whether the supplied picture is currently set on the camera.

Implementation

typedef AIDebugIsCameraPictureSetCallback = bool Function(
  AIDebugCameraPicture picture,
);