feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/HeartMonitorBehaviour.html
|
||||
Title: People Playground Modding - HeartMonitorBehaviour
|
||||
==================================================
|
||||
|
||||
public class HeartMonitorBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public LimbBehaviour ConnectedLimb
|
||||
[NaughtyAttributes.ReadOnly]
|
||||
No description provided
|
||||
|
||||
public AudioSource BeepSource
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public bool IsConnected
|
||||
[SkipSerialisation] [HideInInspector]
|
||||
No description provided
|
||||
|
||||
public string NoWireAttachedText
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public TextMeshPro HeartRateText
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public LineRenderer LineRenderer
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float Amplitude
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public Vector2 LineBounds
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public bool Activated
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user