MovementDirection.updateOtherPosition C# (CSharp) Méthode

updateOtherPosition() private méthode

private updateOtherPosition ( ) : void
Résultat void
    private void updateOtherPosition()
    {
        lastOtherPosition = transform.position;
        lastOtherPositionTime = Time.time;
    }