Show / Hide Table of Contents

    Class Spawner.SpawnInfo

    Inheritance
    Object
    Spawner.SpawnInfo
    Implements
    Spawner.ISpawnAble
    Spawner.IRandomAble
    Namespace: Global
    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
    Type Description
    Single
    | 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
    Type Description
    Single
    | Improve this Doc View Source

    ISpawnAble_GetSpawnObject()

    Declaration
    public GameObject ISpawnAble_GetSpawnObject()
    Returns
    Type Description
    GameObject

    Implements

    Spawner.ISpawnAble
    Spawner.IRandomAble
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer