增加文档
This commit is contained in:
@@ -91,6 +91,7 @@ function StateMachine_SetState(C_Object, Job, State) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
function StateMachine_ProcState(C_Object, Job, State, DeltaTime) {
|
||||
//获取状态信息
|
||||
local StateInfo = StateMachine.GetInstance().GetStateInfo(Job, State);
|
||||
|
||||
Reference in New Issue
Block a user