SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Struct RespawnEvent

    Implements
    IEvent
    Namespace: SF.Events
    Assembly: cs.temp.dll.dll
    Syntax
    public struct RespawnEvent : IEvent

    Constructors

    RespawnEvent(RespawnEventTypes, GameObject)

    Declaration
    public RespawnEvent(RespawnEventTypes eventType, GameObject respawnGameObject = null)
    Parameters
    Type Name Description
    RespawnEventTypes eventType
    GameObject respawnGameObject

    Fields

    EventType

    Declaration
    public RespawnEventTypes EventType
    Field Value
    Type Description
    RespawnEventTypes

    RespawnGameObject

    Declaration
    public GameObject RespawnGameObject
    Field Value
    Type Description
    GameObject

    Methods

    Trigger(RespawnEventTypes)

    Declaration
    public static void Trigger(RespawnEventTypes eventType)
    Parameters
    Type Name Description
    RespawnEventTypes eventType

    Trigger(RespawnEventTypes, GameObject)

    Declaration
    public static void Trigger(RespawnEventTypes eventType, GameObject respawnGameObject)
    Parameters
    Type Name Description
    RespawnEventTypes eventType
    GameObject respawnGameObject

    Implements

    IEvent
    In This Article
    Back to top Generated by DocFX