Class Room_Waypoint
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
Room_Waypoint
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class Room_Waypoint : DewNetworkBehaviour, ILogicUpdate, IPlayerPathablePoint
Fields
dewCollider
Declaration
public DewCollider dewCollider
Field Value
| Type | Description |
|---|---|
| DewCollider |
lockedEffect
Declaration
public GameObject lockedEffect
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject |
unlockedEffect
Declaration
public GameObject unlockedEffect
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject |
Properties
isUnlocked
Declaration
public bool isUnlocked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Lock()
Declaration
public void Lock()
OnLateStartServer()
Declaration
public override void OnLateStartServer()
Overrides
OnStart()
Declaration
public override void OnStart()
Overrides
Unlock()
Declaration
public void Unlock()
Explicit Interface Implementations
IPlayerPathablePoint.pathablePosition
Declaration
Vector3 IPlayerPathablePoint.pathablePosition { get; }
Returns
| Type | Description |
|---|---|
| UnityEngine.Vector3 |