Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f4e5d893

Přidáno uživatelem Oto Šťáva před téměř 4 roky(ů)

Re #8900 - Refactor

Zobrazit rozdíly:

deltarobot-vr/Assets/DeltaRobotVr/CurrentDirectionArrow.cs
1
using System.Collections;
2
using System.Collections.Generic;
3
using UnityEngine;
4
using DeltaRobotVr;
5

  
6
public class CurrentDirectionArrow : ArrowScript
1
namespace DeltaRobotVr
7 2
{
8
    protected override Single3 getVector()
3
    public class CurrentDirectionArrow : ArrowScript
9 4
    {
10
        return Client.Instance.CurrentDirectionVector;
5
        protected override Single3 GetVector() => Client.Instance.CurrentDirectionVector;
11 6
    }
12 7
}

Také k dispozici: Unified diff