VertexNavigation.Start C# (CSharp) 메소드

Start() 공개 메소드

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

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