Revize 5b50fe1a
Přidáno uživatelem Oto Šťáva před téměř 4 roky(ů)
deltarobot-vr/Assets/DeltaRobotVr/Components/TargetDirectionArrow.cs | ||
---|---|---|
6 | 6 |
/// </summary> |
7 | 7 |
public class TargetDirectionArrow : AbstractArrow |
8 | 8 |
{ |
9 |
protected override Single3 GetVector() => Client.Instance.DesiredDirectionVector;
|
|
9 |
protected override Single3 GetVector() => Client.Instance.TargetDirectionVector;
|
|
10 | 10 |
} |
11 | 11 |
} |
Také k dispozici: Unified diff
Re #8906 - Client refactor + doc comments (2)