Table of Contents

Method SpawnMonsterWithParent

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll

SpawnMonsterWithParent(MonsterRankBehaviour, Vector3, int, MonsterRank, List<MonsterAffix>, Action<MonsterRankBehaviour>)

public MonsterRankBehaviour SpawnMonsterWithParent(MonsterRankBehaviour _monsterPrefab, Vector3 position, int monsterLevel, MonsterRank rank, List<MonsterAffix> affixes = null, Action<MonsterRankBehaviour> onMonsterSpawned = null)

Parameters

_monsterPrefab MonsterRankBehaviour
position Vector3
monsterLevel int
rank MonsterRank
affixes List<MonsterAffix>
onMonsterSpawned Action<MonsterRankBehaviour>

Returns

MonsterRankBehaviour