예제 #1
0
    public override void ReSet()
    {
        parcours.ReSet();
        base.ReSet();

        // TODO transform.position should better not change after initialization.
        // Need to adjust y-pos in case default slope angle was changed in inspector during runtime.
        SetHeightAboveGround();
    }