47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/GeneratorBehaviour.html
|
|
Title: People Playground Modding - GeneratorBehaviour
|
|
==================================================
|
|
|
|
public class GeneratorBehaviour
|
|
Inherits MonoBehaviour, Messages.IUse
|
|
No description provided
|
|
Fields
|
|
public ParticleSystem particles
|
|
No description provided
|
|
|
|
public PhysicalBehaviour physicalBehaviour
|
|
No description provided
|
|
|
|
public bool Activated
|
|
No description provided
|
|
|
|
public float TargetCharge
|
|
No description provided
|
|
|
|
public AudioSource generatorAudioSource
|
|
No description provided
|
|
|
|
public float TargetEnergyReachSpeed
|
|
No description provided
|
|
|
|
public bool Vibrate
|
|
No description provided
|
|
|
|
public float VibrateForce
|
|
[ShowIf(nameof(Vibrate))]
|
|
No description provided
|
|
|
|
public float VibrateRotationSpeed
|
|
[ShowIf(nameof(Vibrate))]
|
|
No description provided
|
|
|
|
public float WarmupProgress
|
|
[HideInInspector]
|
|
No description provided
|
|
|
|
public bool InstantChargeChange
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided |