Class FrozenAnchorVisual
Component for controlling color and ID text of anchor visualizations.
Namespace: Microsoft.MixedReality.WorldLocking.Tools
Assembly: cs.temp.dll.dll
Syntax
public class FrozenAnchorVisual : MonoBehaviour
Remarks
The text will be set to the AnchorID. The color will be kept in sync with the parent frame.
Methods
Instantiate(String, FrameVisual)
Create an instance of a frame visualizer
Declaration
public FrozenAnchorVisual Instantiate(string name, FrameVisual parent)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the anchor to be displayed |
FrameVisual | parent | The frame visualization object that defines the color of this anchor |
Returns
Type | Description |
---|---|
FrozenAnchorVisual |