C# Class Chatterer.chatterer

Show file Open project: pizzaoverhead/Chatterer

Protected Properties

Property Type Description
AAE_background_sample_selector_window_pos UnityEngine.Rect
chatter_filter_settings_window_pos UnityEngine.Rect
lab_window_pos UnityEngine.Rect
main_window_pos Rect
probe_sample_selector_window_pos Rect

Public Methods

Method Description
Awake ( ) : void
OnSceneChangeRequest ( GameScenes _scene ) : void
Update ( ) : void
launcherButtonRemove ( ) : void
launcherButtonToggle ( ) : void
updateRemoteTechData ( ) : void

Protected Methods

Method Description
draw_GUI ( ) : void

Private Methods

Method Description
AAE_background_sample_selector_gui ( int window_id ) : void
AAE_gui ( ) : void
OnDestroy ( ) : void
OnGUIApplicationLauncherReady ( ) : void
add_default_audiosets ( ) : void
add_default_backgroundsources ( ) : void
add_default_beepsources ( ) : void
add_new_backgroundsource ( ) : void
add_new_beepsource ( ) : void
beep_filter_settings_gui ( int window_id ) : void
beeps_gui ( ) : void
begin_exchange ( float delay ) : void
build_skin_list ( ) : void
chatter_filter_settings_gui ( int window_id ) : void
chatter_gui ( ) : void
chatterer ( ) : System
combined_filter_settings_gui ( int sel_filter, AudioChorusFilter acf, AudioDistortionFilter adf, AudioEchoFilter aef, AudioHighPassFilter ahpf, AudioLowPassFilter alpf, AudioReverbFilter arf, int reverb_preset_index ) : int
copy_all_beep_filters ( BeepSource source ) : void
copy_all_chatter_filters ( ) : void
copy_beepsource_values ( BeepSource source ) : void
create_filter_defaults_node ( ) : void
destroy_all_background_players ( ) : void
destroy_all_beep_players ( ) : void
get_latest_version ( ) : void
initialize_new_exchange ( ) : void
load_AAE_background_audio ( ) : void
load_AAE_soundscape_audio ( ) : void
load_beep_audio ( ) : void
load_chatter_audio ( ) : void
load_plugin_defaults ( ) : void
load_plugin_settings ( ) : void
load_quindar_audio ( ) : void
load_radio ( ) : void
load_shared_settings ( ConfigNode node ) : void
load_sstv_audio ( ) : void
load_toggled_chatter_sets ( ) : void
load_vessel_node ( ConfigNode node ) : void
load_vessel_settings_node ( ) : void
main_gui ( int window_id ) : void
mute_check ( ) : void
new_beep_loose_timer_limit ( BeepSource bm ) : void
new_soundscape_loose_timer_limit ( ) : void
new_sstv_loose_timer_limit ( ) : void
new_vessel_node ( Vessel v ) : void
paste_all_beep_filters ( BeepSource source ) : void
paste_all_chatter_filters ( ) : void
paste_beepsource_values ( BeepSource source ) : void
play_quindar ( float delay ) : void
probe_sample_selector_gui ( int window_id ) : void
radio_check ( ) : void
reset_chorus_filter ( AudioChorusFilter acf ) : void
reset_distortion_filter ( AudioDistortionFilter adf ) : void
reset_echo_filter ( AudioEchoFilter aef ) : void
reset_highpass_filter ( AudioHighPassFilter ahpf ) : void
reset_lowpass_filter ( AudioLowPassFilter alpf ) : void
reset_reverb_filter ( AudioReverbFilter arf ) : void
save_plugin_settings ( ) : void
save_shared_settings ( ConfigNode node ) : void
search_vessel_settings_node ( ) : void
set_background_clip ( BackgroundSource src ) : void
set_beep_clip ( BeepSource beepsource ) : void
set_gui_styles ( ) : void
set_new_delay_between_exchanges ( ) : void
set_soundscape_clip ( ) : void
settings_gui ( ) : void
start_GUI ( ) : void
stop_GUI ( ) : void
stop_audio ( string audio_type ) : void
testing_gui ( int window_id ) : void
tooltips ( Rect pos ) : void
write_vessel_settings ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnSceneChangeRequest() public method

public OnSceneChangeRequest ( GameScenes _scene ) : void
_scene GameScenes
return void

Update() public method

public Update ( ) : void
return void

draw_GUI() protected method

protected draw_GUI ( ) : void
return void

launcherButtonRemove() public method

public launcherButtonRemove ( ) : void
return void

launcherButtonToggle() public method

public launcherButtonToggle ( ) : void
return void

updateRemoteTechData() public method

public updateRemoteTechData ( ) : void
return void

Property Details

AAE_background_sample_selector_window_pos protected property

protected Rect,UnityEngine AAE_background_sample_selector_window_pos
return UnityEngine.Rect

chatter_filter_settings_window_pos protected property

protected Rect,UnityEngine chatter_filter_settings_window_pos
return UnityEngine.Rect

lab_window_pos protected property

protected Rect,UnityEngine lab_window_pos
return UnityEngine.Rect

main_window_pos protected property

protected Rect main_window_pos
return Rect

probe_sample_selector_window_pos protected property

protected Rect probe_sample_selector_window_pos
return Rect