Class DoorControl
Inheritance
Object
Component
Behaviour
MonoBehaviour
DoorControl
Assembly: WeaverCore.dll
Syntax
public class DoorControl : MonoBehaviour
Fields
|
Edit this page
View Source
OnEnter
Declaration
public UnityEvent<string> OnEnter
Field Value
Type |
Description |
UnityEvent<string> |
|
Properties
|
Edit this page
View Source
PlayerInRange
Declaration
public bool PlayerInRange { get; }
Property Value
|
Edit this page
View Source
PromptLabel
Declaration
public string PromptLabel { get; set; }
Property Value
Extension Methods