C# 클래스 UnityEditor.AI.NavMeshBuilder

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildNavMesh void
BuildNavMeshAsync void
Cancel void
ClearAllNavMeshes void

공개 메소드들

메소드 설명
BuildNavMeshForMultipleScenes ( string paths ) : void

Builds the combined navmesh for the contents of multiple scenes.

비공개 메소드들

메소드 설명
BuildNavMesh ( ) : void
BuildNavMeshAsync ( ) : void
Cancel ( ) : void
ClearAllNavMeshes ( ) : void

메소드 상세

BuildNavMeshForMultipleScenes() 공개 정적인 메소드

Builds the combined navmesh for the contents of multiple scenes.

public static BuildNavMeshForMultipleScenes ( string paths ) : void
paths string Array of paths to scenes that are used for building the navmesh.
리턴 void