C# Class HoloToolkit.Unity.ObjectSurfaceObserver

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

Public Methods

Method Description
Load ( GameObject roomModel ) : void

Loads the SpatialMapping mesh from the specified room object.

Private Methods

Method Description
Start ( ) : void

Method Details

Load() public method

Loads the SpatialMapping mesh from the specified room object.
public Load ( GameObject roomModel ) : void
roomModel UnityEngine.GameObject The room model to load meshes from.
return void