Interface ILostTrackingVisual
Interface for a lost tracking visual. Used by the ILostTrackingService extension.
Namespace: Microsoft.MixedReality.Toolkit.Extensions.Tracking
Assembly: cs.temp.dll.dll
Syntax
public interface ILostTrackingVisual
Properties
Enabled
Completely enables or disables the visual. Should probably be linked to the root game object's active value.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Enabled
Completely enables or disables the visual. Should probably be linked to the root game object's active value.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ResetVisual()
Resets the visual state to default.
Declaration
void ResetVisual()
ResetVisual()
Resets the visual state to default.
Declaration
void ResetVisual()
SetLayer(Int32)
Sets all visual components to the layer provided.
Declaration
void SetLayer(int layer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | layer | The layer to set for the visual components. |
SetLayer(Int32)
Sets all visual components to the layer provided.
Declaration
void SetLayer(int layer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | layer | The layer to set for the visual components. |