Struct RespawnEvent
Assembly: cs.temp.dll.dll
Syntax
public struct RespawnEvent : IEvent
Constructors
RespawnEvent(RespawnEventTypes, GameObject)
Declaration
public RespawnEvent(RespawnEventTypes eventType, GameObject respawnGameObject = null)
Parameters
Fields
EventType
Declaration
public RespawnEventTypes EventType
Field Value
RespawnGameObject
Declaration
public GameObject RespawnGameObject
Field Value
Type |
Description |
GameObject |
|
Methods
Trigger(RespawnEventTypes)
Declaration
public static void Trigger(RespawnEventTypes eventType)
Parameters
Trigger(RespawnEventTypes, GameObject)
Declaration
public static void Trigger(RespawnEventTypes eventType, GameObject respawnGameObject)
Parameters
Implements