Last updated 4 years ago
Was this helpful?
所谓任务(Mission),可以理解成游戏模式GameMode(如战场Battle,死斗TeamDeathMatch之类)。当任务实例化的时候,同时还会生成的实例有:场景,任务视图,还有任务行为。
Mission
GameMode
Battle
TeamDeathMatch
更多关于任务的相关信息,要等我们(文档原作者)获得CampaignSystem的DLL的访问权。
CampaignSystem
你可以通过 Mission.Current 属性获取当前任务下的实例(假如有任何实例的话)。
Mission.Current