C# 클래스 HoloToolkit.Unity.FileSurfaceObserver

상속: SpatialMappingSource
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string fileName ) : void

Loads the SpatialMapping mesh from the specified file.

비공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Load() 공개 메소드

Loads the SpatialMapping mesh from the specified file.
public Load ( string fileName ) : void
fileName string The name, without path or extension, of the file to load.
리턴 void