Class AnchorGraphVisual
Optional visualizer of anchors and edges
Namespace: Microsoft.MixedReality.WorldLocking.Tools
Assembly: cs.temp.dll.dll
Syntax
public class AnchorGraphVisual : MonoBehaviour
Fields
Prefab_FrameViz
Prefab for the frame (axes) visualization.
Declaration
public FrameVisual Prefab_FrameViz
Field Value
Type | Description |
---|---|
FrameVisual |
Prefab_FrozenAnchorViz
Prefab for frozen anchors.
Declaration
public FrozenAnchorVisual Prefab_FrozenAnchorViz
Field Value
Type | Description |
---|---|
FrozenAnchorVisual |
Prefab_SpongyAnchorViz
Prefab for spongy anchors.
Declaration
public SpongyAnchorVisual Prefab_SpongyAnchorViz
Field Value
Type | Description |
---|---|
SpongyAnchorVisual |
Properties
VerticalDisplacement
Vertical distance to offset from actual anchors, to avoid visuals at eye level.
Declaration
public float VerticalDisplacement { get; set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Set this to zero to display visuals at actual anchor locations.