aswi2021virtual-surreality-gitlab/deltarobot-vr/Assets/DeltaRobotVr/Components/TargetDirectionArrow.cs @ 5b50fe1a
1 | bd9a601b | Oto Šťáva | namespace DeltaRobotVr.Components |
---|---|---|---|
2 | {
|
||
3 | |||
4 | /// <summary>
|
||
5 | /// This arrow visualizes the target direction the actuator should be moving in, in order to draw the curve.
|
||
6 | /// </summary>
|
||
7 | public class TargetDirectionArrow : AbstractArrow |
||
8 | {
|
||
9 | 5b50fe1a | Oto Šťáva | protected override Single3 GetVector() => Client.Instance.TargetDirectionVector; |
10 | bd9a601b | Oto Šťáva | }
|
11 | }
|