GetDynamicBatchingForPlatform(BuildTarget)
Returns true if dynamic batching is enabled for the given BuildTarget.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool GetDynamicBatchingForPlatform(BuildTarget platform)
Parameters
BuildTarget to check if dynamic batching is enabled for.
Returns
Type | Description |
|---|---|
| bool | Is dynamic batching enabled for the BuildTarget. |