CameraPath.isArrived C# (CSharp) Method

isArrived() public method

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