CameraPath.isArrived C# (CSharp) Méthode

isArrived() public méthode

public isArrived ( ) : bool
Résultat bool
    public bool isArrived()
    {
        return (dest == transform.position);
    }