feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/BoatMotorBehaviour.html
|
||||
Title: People Playground Modding - BoatMotorBehaviour
|
||||
==================================================
|
||||
|
||||
public class BoatMotorBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public bool Activated
|
||||
No description provided
|
||||
|
||||
public float Force
|
||||
No description provided
|
||||
|
||||
public Vector2 LocalDirection
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioSource MotorSound
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float VisualRotationSpeed
|
||||
No description provided
|
||||
|
||||
public float Direction
|
||||
No description provided
|
||||
|
||||
public CosmeticRotationBehaviour CosmeticRotation
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Reverse()
|
||||
No description provided
|
||||
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user