Version: 2023.1
言語: 日本語
public bool ignoreFromBuild ;

説明

Use this to specify whether the GameObject and its children should be ignored.

If you set this to true, the GameObject and its children will not be included as part of the NavMesh.

Set overrideIgnore to true in order for this property to have the intended effect. When overrideIgnore is false this property inherits the value from the markup of a parent object, if that exists, otherwise it is set to false.