Class StaticBatchingUtility
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class StaticBatchingUtility
Methods
| Improve this Doc View SourceCombine(GameObject)
Declaration
public static void Combine(GameObject staticBatchRoot)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | staticBatchRoot |
Combine(GameObject[], GameObject)
Declaration
public static void Combine(GameObject[] gos, GameObject staticBatchRoot)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject[] | gos | |
| GameObject | staticBatchRoot |