feat: add initial People Playground mod development kit
This commit is contained in:
61
extracted_wiki_content/internalReference/winchbehaviour.txt
Normal file
61
extracted_wiki_content/internalReference/winchbehaviour.txt
Normal file
@@ -0,0 +1,61 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/WinchBehaviour.html
|
||||
Title: People Playground Modding - WinchBehaviour
|
||||
==================================================
|
||||
|
||||
public class WinchBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public Transform Wheel
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public SpriteRenderer NegativeSpeedLight
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public SpriteRenderer PositiveSpeedLight
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public PhysicalBehaviour PhysicalBehaviour
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public LineRenderer LimitGizmo
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public SliderJoint2D SliderJoint
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioSource WinchAudio
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioClip StartClip
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioClip Loop
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioClip EndClip
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float BaseSpeed
|
||||
No description provided
|
||||
|
||||
public float InternalBattery
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
public float UpperLimit
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user