コード例 #1
0
 void OnLevelLayoutAnimationStart(LevelLayoutManager levelLayoutManager)
 {
     _disableVirusSpawnerInstancing = true;
 }
コード例 #2
0
 void OnLevelLayoutAnimationEnded(LevelLayoutManager levelLayoutManager)
 {
     _disableVirusSpawnerInstancing = false;
 }
コード例 #3
0
 public State_ReleaseStickman(LevelLayoutManager owner) : base(owner)
 {
 }
コード例 #4
0
 public State_LoadLevelLayout(LevelLayoutManager owner) : base(owner)
 {
 }
コード例 #5
0
 void OnLevelLayoutAnimationEnded(LevelLayoutManager levelLayoutManager)
 {
     _disablePickupSpawning = false;
 }
コード例 #6
0
 void OnLevelLayoutAnimationStart(LevelLayoutManager levelLayoutManager)
 {
     _disablePickupSpawning = true;
 }
 public State_GrabStickmanToNextSpawnPoints(LevelLayoutManager owner) : base(owner)
 {
 }