feat: add initial People Playground mod development kit
This commit is contained in:
101
extracted_wiki_content/internalReference/televisionbehaviour.txt
Normal file
101
extracted_wiki_content/internalReference/televisionbehaviour.txt
Normal file
@@ -0,0 +1,101 @@
|
||||
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
|
||||
Reference in New Issue
Block a user