PlayerWalk.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        pos = transform.position;          // Take the initial position
        Anim = GetComponent<Animator> ();
        Direction = "";
    }