Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDynamicBatchingForPlatform(BuildTarget)

Returns true if dynamic batching is enabled for the given BuildTarget. This method is deprecated and will be removed in a future release.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. GetDynamicBatchingForPlatform is deprecated and will be removed in a future release. #from(6000.5)
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.