23 lines
555 B
Plaintext
23 lines
555 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/UseEventTrigger.html
|
|
Title: People Playground Modding - UseEventTrigger
|
|
==================================================
|
|
|
|
public class UseEventTrigger
|
|
Inherits MonoBehaviour, Messages.IUse
|
|
No description provided
|
|
Fields
|
|
public UnityEvent Event
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public bool OnlyOnce
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Action Action
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided |