欢迎光临散文网 会员登陆 & 注册

UE5风格化伊斯坦布尔小镇场景全流程实战教学

2023-04-06 12:45 作者:阿灰飞8  | 我要投稿

    currentState = defaultState;    }    void FixedUpdate()    {        BaseState nextStateType = currentState.Tick();        if (nextStateType != currentState)        {            nextStateType.OnStateStart();            currentState.OnStateExit();        }        currentState = nextStateType;

UE5风格化伊斯坦布尔小镇场景全流程实战教学的评论 (共 条)

分享到微博请遵守国家法律