Version: 2020.2
言語: 日本語

NavMeshData

class in UnityEngine.AI

/

継承:Object

マニュアルに切り替える

説明

Contains and represents NavMesh data.

An object of this class can be used for creating instances of NavMeshes. See NavMesh.AddNavMeshData. The contained NavMesh can be built and updated using the build API. See NavMeshBuilder and methods therein.

変数

positionGets or sets the world space position of the NavMesh data.
rotationGets or sets the orientation of the NavMesh data.
sourceBoundsReturns the bounding volume of the input geometry used to build this NavMesh (Read Only).

コンストラクタ

NavMeshDataConstructs a new object for representing a NavMesh for the default agent type.

継承メンバー

変数

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

GetInstanceIDオブジェクトのインスタンス ID を返します
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。