aswi2021virtual-surreality-gitlab/deltarobot-vr/Assets/DeltaRobotVr/DesiredDirectionArrow.cs @ 25010c40
1 |
using System.Collections; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using UnityEngine; |
4 |
using DeltaRobotVr; |
5 |
|
6 |
public class DesiredDirectionArrow : ArrowScript |
7 |
{
|
8 |
protected override Single3 getVector() |
9 |
{
|
10 |
return Client.Instance.DesiredDirectionVector; |
11 |
}
|
12 |
}
|