Version: 2022.1
言語: 日本語
public static AI.NavMesh.OnNavMeshPreUpdate onPreUpdate ;

説明

Set a function to be called before the NavMesh is updated during the frame update execution.

This lets you set a delegate function to be called every frame, right before the NavMesh system gets updated.

See Also: OnNavMeshPreUpdate.