Show / Hide Table of Contents

Interface IConfigurableVisualization

Interface for visualizations that can be configured.

Namespace: IMLD.MixedRealityAnalysis.Views
Assembly: Assembly-CSharp.dll
Syntax
public interface IConfigurableVisualization

Properties

Settings

Gets the current visualization settings.

Declaration
VisProperties Settings { get; }
Property Value
Type Description
VisProperties

Methods

OpenSettingsUI()

Opens the settings user interface for the visualization.

Declaration
void OpenSettingsUI()
In This Article
Back to top Generated by DocFX