Guy.RecordBaseHeight C# (CSharp) Method

RecordBaseHeight() private method

private RecordBaseHeight ( ) : IEnumerator
return IEnumerator
    IEnumerator RecordBaseHeight()
    {
        yield return new WaitForSeconds(0.5f);

        baseHeight = BodyRB.position.y;
        //Debug.Log("Base height is " + baseHeight);
    }