diff --git a/02-Note/DAWA/ASoul/导播台笔记/启动逻辑.md b/02-Note/DAWA/ASoul/导播台笔记/启动逻辑.md index 7c8a1b2..2f2ffd7 100644 --- a/02-Note/DAWA/ASoul/导播台笔记/启动逻辑.md +++ b/02-Note/DAWA/ASoul/导播台笔记/启动逻辑.md @@ -1,2 +1,9 @@ # 启动逻辑 -ULiveDirectorGameInstance::ParseCommandLine +1. ULiveDirectorGameInstance::ParseCommandLine():解析DirectorMode、PGMMode字符串并设置。 +2. SetDirectorModeStr() +3. SetDirectorMode() +4. 调用蓝图事件OnDirectorModeChanged() + +TsLiveDirectorGameInstance extends UE.LiveDirectorGameInstance + +TsDirectorCamManagerActor.ts \ No newline at end of file