This version of Unity is unsupported.

CustomMarkerCallbackFlags

enumeration

Description

Flags that determine what custom events get called when native plugin callback is issued.

You can combine flags by using the bitwise OR operator.

Properties

CustomMarkerCallbackDefaultNo custom event is called.
CustomMarkerCallbackForceInvalidateStateTrackingInvalidates internal graphics device state after native plugin callback.