44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/SingleFloodlightBehaviour.html
|
|
Title: People Playground Modding - SingleFloodlightBehaviour
|
|
==================================================
|
|
|
|
public class SingleFloodlightBehaviour
|
|
Inherits MonoBehaviour, Messages.IUse
|
|
No description provided
|
|
Nested types
|
|
SingleFloodlightBehaviour.Highlight
|
|
Fields
|
|
public bool Activated
|
|
No description provided
|
|
|
|
public GameObject ToToggle
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public PhysicalBehaviour PhysicalBehaviour
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public SpriteRenderer Renderer
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Highlight[] Highlights
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource SwitchSoundSource
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip[] SwitchSounds
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip[] OnSwitchSound
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided |