Experimental: this API is experimental and might be changed or removed in the future.

AssetImportContext.SetMainObject

切换到手册
public void SetMainObject (Object obj);

参数

objThe Unity Object that is to be marked as the main object.

描述

Specifies which object in the asset file should become the main object of the import opperation.

This method allows you to specify which object is to be concidered as the main object and all other objects in the asset become children of the main object.

Note: Before invoking this method, the object that is passed as the argument, must first be added with AddObjectToAsset. If this method is not called, then one of the objects added throught AddObjectToAsset is automaticaly promoted as the main object. If GameObjects are added throught AddObjectToAsset, then SetMainObject must refer to one of these GameObjects: passing a different type of object will have the selection ignored and one of the GameObjects will be chosen as the main object.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961