Show / Hide Table of Contents

    Class Spawner

    Inheritance
    Object
    Spawner
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class Spawner : MonoBehaviour

    Fields

    | Improve this Doc View Source

    arrSpawnObject

    Declaration
    public Spawner.SpawnInfo[] arrSpawnObject
    Field Value
    Type Description
    Spawner.SpawnInfo[]

    Methods

    | Improve this Doc View Source

    DoAdd(Spawner.SpawnInfo[])

    Declaration
    public void DoAdd(params Spawner.SpawnInfo[] arrSpawnObject)
    Parameters
    Type Name Description
    Spawner.SpawnInfo[] arrSpawnObject
    | Improve this Doc View Source

    DoClear()

    Declaration
    public void DoClear()
    | Improve this Doc View Source

    DoInit(Rect, Spawner.SpawnInfo[])

    Declaration
    public void DoInit(Rect sSpawnRect, params Spawner.SpawnInfo[] arrSpawnObject)
    Parameters
    Type Name Description
    Rect sSpawnRect
    Spawner.SpawnInfo[] arrSpawnObject
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer