101 lines
2.0 KiB
Plaintext
101 lines
2.0 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/TelevisionBehaviour.html
|
|
Title: People Playground Modding - TelevisionBehaviour
|
|
==================================================
|
|
|
|
public class TelevisionBehaviour
|
|
Inherits MonoBehaviour, Messages.IUse, Messages.IBreak, Messages.IOnEMPHit, Messages.IShot
|
|
No description provided
|
|
Fields
|
|
public SpriteRenderer MyRenderer
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public SpriteRenderer ScreenRenderer
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource Audio
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public VideoPlayer Video
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Sprite BrokenTelly
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Sprite AltTelly
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Sprite AltBrokenTelly
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public float TemperatureThreshold
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public float NoiseInterval
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public bool Broken
|
|
No description provided
|
|
|
|
public bool Activated
|
|
No description provided
|
|
|
|
public float BreakingTreshold
|
|
No description provided
|
|
|
|
public VideoClip MessageVideo
|
|
[Space] [SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip MessageAudio
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Vector2 B2Pos
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Map B2Map
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public VideoClip B2Video
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip B2Audio
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public VideoClip B3Video
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioClip B3Audio
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public double videoTime
|
|
[HideInInspector]
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided
|
|
|
|
public void Break(Vector2 velocity)
|
|
No description provided
|
|
|
|
public void OnEMPHit()
|
|
No description provided
|
|
|
|
public void Shot(Shot shot)
|
|
No description provided |