aswi2021virtual-surreality-gitlab/deltarobot-vr/Assets/DeltaRobotVr/CurrentDirectionArrow.cs @ f4e5d893
1 |
namespace DeltaRobotVr |
---|---|
2 |
{
|
3 |
public class CurrentDirectionArrow : ArrowScript |
4 |
{
|
5 |
protected override Single3 GetVector() => Client.Instance.CurrentDirectionVector; |
6 |
}
|
7 |
}
|