46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
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 |