Class NavigationTargetUpdatedSignal
Represents a signal for when the navigation target updates.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
[Serializable]
public class NavigationTargetUpdatedSignal
Properties
Distance
The updated target distance.
Declaration
public float Distance { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Position
The updated target position.
Declaration
public Vector3 Position { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Rotation
The updated target rotation.
Declaration
public Quaternion Rotation { get; set; }
Property Value
| Type | Description |
|---|---|
| Quaternion |