IMixedRealityServiceInspector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to populate service facades with content. To use, create a class that implements this interface and mark it with the MixedRealityServiceInspector attribute.
public interface class IMixedRealityServiceInspector
public interface IMixedRealityServiceInspector
type IMixedRealityServiceInspector = interface
Public Interface IMixedRealityServiceInspector
- Derived
Properties
AlwaysDrawSceneGUI |
If true, DrawSceneGUI will be called even when facade object is not selected. |
DrawProfileField |
If true, inspector will include a field for the service's profile at the top (if applicable) |
Methods
DrawGizmos(Object) |
Used to draw gizmos in the scene |
DrawInspectorGUI(Object) |
Used to draw an inspector for a service facade. |
DrawSceneGUI(Object, SceneView) |
Used to draw handles and visualizations in scene view. |