Method SpawnMonster
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
SpawnMonster(MonsterRankBehaviour, Vector3, int, MonsterRank, List<MonsterAffix>, Action<MonsterRankBehaviour>)
public MonsterRankBehaviour SpawnMonster(MonsterRankBehaviour _monsterPrefab, Vector3 position, int monsterLevel, MonsterRank rank, List<MonsterAffix> affixes = null, Action<MonsterRankBehaviour> onSpawn = null)
Parameters
_monsterPrefab
MonsterRankBehaviourposition
Vector3monsterLevel
intrank
MonsterRankaffixes
List<MonsterAffix>onSpawn
Action<MonsterRankBehaviour>