feat: add initial People Playground mod development kit
This commit is contained in:
36
extracted_wiki_content/internalReference/dronebehaviour.txt
Normal file
36
extracted_wiki_content/internalReference/dronebehaviour.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/DroneBehaviour.html
|
||||
Title: People Playground Modding - DroneBehaviour
|
||||
==================================================
|
||||
|
||||
public class DroneBehaviour
|
||||
Inherits AliveBehaviour, Messages.IUse, Messages.IShot
|
||||
[System.Obsolete]
|
||||
No description provided
|
||||
Fields
|
||||
public PropellerBehaviour[] propellers
|
||||
No description provided
|
||||
|
||||
public new Rigidbody2D rigidbody
|
||||
No description provided
|
||||
|
||||
public float hoverHeight
|
||||
No description provided
|
||||
|
||||
public float strength
|
||||
No description provided
|
||||
|
||||
public AudioSource audioSource
|
||||
No description provided
|
||||
|
||||
public bool activated
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
|
||||
public void Shot(Shot shot)
|
||||
No description provided
|
||||
|
||||
public override bool IsAlive()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user