feat: add initial People Playground mod development kit
This commit is contained in:
52
extracted_wiki_content/internalReference/lagboxbehaviour.txt
Normal file
52
extracted_wiki_content/internalReference/lagboxbehaviour.txt
Normal file
@@ -0,0 +1,52 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/LagboxBehaviour.html
|
||||
Title: People Playground Modding - LagboxBehaviour
|
||||
==================================================
|
||||
|
||||
public class LagboxBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public float DelayModifier
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
public Transform Knob
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public PhysicalBehaviour PhysicalBehaviour
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioClip Ding
|
||||
No description provided
|
||||
|
||||
public bool isBusy
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
public float t
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
protected MuteBehaviour MuteBehaviour
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
protected virtual void Awake()
|
||||
No description provided
|
||||
|
||||
protected virtual void Start()
|
||||
No description provided
|
||||
|
||||
public virtual void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
|
||||
protected virtual void OnDisable()
|
||||
No description provided
|
||||
|
||||
protected virtual void OnEnable()
|
||||
No description provided
|
||||
|
||||
protected virtual IEnumerator DoLag()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user