feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/AirfoilBehaviour.html
|
||||
Title: People Playground Modding - AirfoilBehaviour
|
||||
==================================================
|
||||
|
||||
public class AirfoilBehaviour
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Nested types
|
||||
AirfoilBehaviour.WingType
|
||||
Fields
|
||||
public SpriteRenderer SpriteRenderer
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public WingType[] WingTypes
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public string CurrentWingTypeName
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
public WingType CurrentWingType
|
||||
[HideInInspector] [SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public PhysicalBehaviour PhysicalBehaviour
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void SetWingType(WingType wingType)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user