C# Class UnityEngine.InternalStaticBatchingUtility

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Combine ( GameObject staticBatchRoot, bool combineOnlyStatic, bool isEditorPostprocessScene ) : void
CombineGameObjects ( GameObject gos, GameObject staticBatchRoot, bool isEditorPostprocessScene ) : void

Method Details

Combine() public static method

public static Combine ( GameObject staticBatchRoot, bool combineOnlyStatic, bool isEditorPostprocessScene ) : void
staticBatchRoot GameObject
combineOnlyStatic bool
isEditorPostprocessScene bool
return void

CombineGameObjects() public static method

public static CombineGameObjects ( GameObject gos, GameObject staticBatchRoot, bool isEditorPostprocessScene ) : void
gos GameObject
staticBatchRoot GameObject
isEditorPostprocessScene bool
return void