feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/TeslaCoilLightningBoltBehaviour.html
|
||||
Title: People Playground Modding - TeslaCoilLightningBoltBehaviour
|
||||
==================================================
|
||||
|
||||
public class TeslaCoilLightningBoltBehaviour
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Fields
|
||||
public GameObject Spark
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public Material LightningMaterial
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public LineRenderer lineRenderer
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float seed
|
||||
No description provided
|
||||
|
||||
public float life
|
||||
No description provided
|
||||
|
||||
public LayerMask layer
|
||||
No description provided
|
||||
|
||||
public AnimationCurve curve
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float Radius
|
||||
No description provided
|
||||
|
||||
public TeslaCoilBehaviour parent
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
void Awake()
|
||||
No description provided
|
||||
|
||||
void Update()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user