Class Spawner.SpawnInfo
Inheritance
Spawner.SpawnInfo
Assembly: Main.dll
Syntax
[Serializable]
public class SpawnInfo : Spawner.ISpawnAble, Spawner.IRandomAble
Fields
|
Improve this Doc
View Source
fRandomWeight
Declaration
public float fRandomWeight
Field Value
|
Improve this Doc
View Source
pSpawnObject
Declaration
public GameObject pSpawnObject
Field Value
Type |
Description |
GameObject |
|
Methods
|
Improve this Doc
View Source
IRandomAble_GetRandomWeight()
Declaration
public float IRandomAble_GetRandomWeight()
Returns
|
Improve this Doc
View Source
ISpawnAble_GetSpawnObject()
Declaration
public GameObject ISpawnAble_GetSpawnObject()
Returns
Type |
Description |
GameObject |
|
Implements