feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/LimbStatusViewBehaviour.html
|
||||
Title: People Playground Modding - LimbStatusViewBehaviour
|
||||
==================================================
|
||||
|
||||
public class LimbStatusViewBehaviour
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Fields
|
||||
public float UpdateInterval
|
||||
[Min(1 / 60f)]
|
||||
No description provided
|
||||
|
||||
public TextMeshProUGUI LimbDamageSourceStats
|
||||
[Space]
|
||||
No description provided
|
||||
|
||||
public TextMeshProUGUI BloodInformation
|
||||
No description provided
|
||||
|
||||
public RectTransform ConsciousnessBar
|
||||
No description provided
|
||||
|
||||
public RectTransform ShockBar
|
||||
No description provided
|
||||
|
||||
public RectTransform OxygenBar
|
||||
No description provided
|
||||
|
||||
public RectTransform AdrenalineBar
|
||||
No description provided
|
||||
|
||||
public static LimbStatusViewBehaviour Main
|
||||
No description provided
|
||||
|
||||
public List<LimbBehaviour> Limbs
|
||||
No description provided
|
||||
Reference in New Issue
Block a user