44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/ActivatorElectrodeBehaviour.html
|
|
Title: People Playground Modding - ActivatorElectrodeBehaviour
|
|
==================================================
|
|
|
|
public class ActivatorElectrodeBehaviour
|
|
Inherits MonoBehaviour, Messages.IUse, Messages.IUseContinuous
|
|
No description provided
|
|
Fields
|
|
public Vector2 EmissionPoint
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public float EmissionRadius
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip StartUseSound
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public LayerMask LayersToConsider
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public ColorAnimationBehaviour[] Lights
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public SpriteRenderer EmitterGlow
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided
|
|
|
|
public void UseContinuous(ActivationPropagation activation)
|
|
No description provided
|
|
|
|
public void StopLights()
|
|
No description provided
|
|
|
|
public void StartLights()
|
|
No description provided |