ParaPhotograph.onCameraModeEvent

public class ParaCameraModeEvent : UnityEvent<int> {}

public static ParaCameraModeEvent onCameraModeEvent;

Description

Called when the camera mode is switched.

If the returned value is 0, the camera mode is switched to the normal mode. If the returned value is 1, the camera mode is switched to the shooting mode.