UnityEngine.StaticBatchingUtility.Combine C# (CSharp) Method

Combine() public static method

StaticBatchingUtility.Combine prepares all children of the staticBatchRoot for static batching.

public static Combine ( GameObject staticBatchRoot ) : void
staticBatchRoot GameObject
return void
        public static void Combine(GameObject staticBatchRoot)
        {
            InternalStaticBatchingUtility.CombineRoot(staticBatchRoot);
        }

Same methods

StaticBatchingUtility::Combine ( GameObject gos, GameObject staticBatchRoot ) : void