Version: 2022.2
언어: 한국어

NavMeshBuildMarkup

struct in UnityEngine.AI

매뉴얼로 전환

설명

The NavMesh build markup allows you to control how certain objects are treated during the NavMesh build process, specifically when collecting sources for building.

You can override the area type or specify that certain objects should be excluded from collected sources. The markup can be applied hierarchically or to only the specified object. See Also: NavMeshBuilder.CollectSources.

변수

applyToChildrenUse this to specify if the GameObject's children also use these markup settings.
areaThe area type to use when override area is enabled.
generateLinksUse this to specify whether the GameObject and its children should be included in the link generation process.
ignoreFromBuildUse this to specify whether the GameObject and its children should be ignored.
overrideAreaUse this to specify whether the area type of the GameObject and its children should be overridden by the area type specified in this struct.
overrideGenerateLinksUse this to specify whether the default links generation condition for the GameObject and its children should be overridden by the generateLinks option specified in this struct.
overrideIgnoreSet this to true in order to enable the ignoreFromBuild property.
rootUse this to specify which GameObject (including the GameObject’s children) the markup should be applied to.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961