XericCharactorController
XericCharactorController 是区别于 XericCharactorMovementController 的一种新角色控制器,通过切换其中的 characterController 快速实现动作流程的更替。 代码结构相比 XericCharactorMovementController 更轻量,同时也取消了原先 XericCharactorMovementController 中的隐式,弱消息切换方案,代码更易维护。
XericCharactorMovementController
characterController
No dependencies set.
The note is not visible to the blocked user.
XericCharactorController是区别于XericCharactorMovementController的一种新角色控制器,通过切换其中的characterController快速实现动作流程的更替。代码结构相比
XericCharactorMovementController更轻量,同时也取消了原先XericCharactorMovementController中的隐式,弱消息切换方案,代码更易维护。