aswi2021virtual-surreality-gitlab/deltarobot-vr/Assets/DeltaRobotVr/Components/ActualDirectionArrow.cs @ 5b50fe1a
1 |
namespace DeltaRobotVr.Components |
---|---|
2 |
{
|
3 |
|
4 |
/// <summary>
|
5 |
/// This arrow visualizes the actual direction the actuator is currently moving in.
|
6 |
/// </summary>
|
7 |
public class ActualDirectionArrow : AbstractArrow |
8 |
{
|
9 |
protected override Single3 GetVector() => Client.Instance.ActualDirectionVector; |
10 |
}
|
11 |
}
|