コード例 #1
0
ファイル: WalkerBot.cs プロジェクト: lingkeyang/angry-ai
    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();
    }