C# Class HoloToolkit.Unity.FileSurfaceObserver

Inheritance: SpatialMappingSource
显示文件 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Methods

Method Description
Load ( string fileName ) : void

Loads the SpatialMapping mesh from the specified file.

Private Methods

Method Description
Update ( ) : void

Method Details

Load() public method

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.
return void