Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDynamicBatchingForPlatform(BuildTarget)

Returns true if dynamic batching is enabled for the given BuildTarget.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. GetDynamicBatchingForPlatform is obsolete.
public static bool GetDynamicBatchingForPlatform(BuildTarget platform)

Parameters

platform

BuildTarget to check if dynamic batching is enabled for.

Returns

Type

Description

boolIs dynamic batching enabled for the BuildTarget.