VertexNavigation.Start C# (CSharp) Méthode

Start() public méthode

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

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