VertexNavigation.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        // Get Radius
        this.Radius = GetComponent<SphereCollider>().radius * this.transform.localScale.x;

        // modify heights of vertices
        this.modifyVerticeHeights();
    }