Class Room_Trap_ActivatorBase
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
Room_Trap_ActivatorBase
Implements
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public abstract class Room_Trap_ActivatorBase : DewNetworkBehaviour, ILogicUpdate
Fields
activatedObjects
Declaration
public GameObject[] activatedObjects
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject[] |
durationOfToggledTraps
Declaration
[HideIf("toggleTraps", true)]
public float durationOfToggledTraps
Field Value
| Type | Description |
|---|---|
| float |
fxActivateEffect
Declaration
public GameObject fxActivateEffect
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject |
toggleTraps
Declaration
public bool toggleTraps
Field Value
| Type | Description |
|---|---|
| bool |
Methods
Activate()
Declaration
public void Activate()