38 lines
852 B
Plaintext
38 lines
852 B
Plaintext
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 |