Table of Contents

Method SpawnMonster

Namespace
_GrindFest.Scripts
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 MonsterRankBehaviour
position Vector3
monsterLevel int
rank MonsterRank
affixes List<MonsterAffix>
onSpawn Action<MonsterRankBehaviour>

Returns

MonsterRankBehaviour