Class BatchEvents
Syntax
public static class BatchEvents : Object
Events
applyRendererWhitelist
Declaration
public static event Action<RenderJobRendererWhitelistCoreArgs> applyRendererWhitelist
Event Type
batchBuilding
Declaration
public static event Action<BatchBuildingEventCoreArgs> batchBuilding
Event Type
batchRendered
Declaration
public static event Action<RenderJobBatchOptionsCoreArgs> batchRendered
Event Type
batchRendering
Declaration
public static event Func<RenderJobBatchOptionsCoreArgs, IEnumerator> batchRendering
Event Type
batchUpdated
Declaration
public static event Action<BatchUpdatedEventCoreArgs> batchUpdated
Event Type
computeRendererWhitelist
Declaration
public static event Func<RenderJobRendererWhitelistCoreArgs, IEnumerator> computeRendererWhitelist
Event Type
rendererWhitelistLayerName
Declaration
public static event Func<RenderJobBatchOptionsCoreArgs, string> rendererWhitelistLayerName
Event Type
shouldResetProductFeatures
Declaration
public static event Func<RenderJobBatchOptionsCoreArgs, bool> shouldResetProductFeatures
Event Type
shouldShowGroundShadow
Declaration
public static event Func<RenderJobBatchOptionsCoreArgs, bool> shouldShowGroundShadow
Event Type