C# Class CM3D2.SubScreen.Plugin.SubScreen

Inheritance: PluginBase
Show file Open project: insightst185/CM3D2.SubScreen.Plugin

Public Properties

Property Type Description
WinFileName string

Public Methods

Method Description
DebugLog ( string message ) : void
DebugLog ( string key, string message ) : void
ErrorLog ( string message ) : void
ErrorLog ( string key, string message ) : void
OnGUI ( ) : void
applyScreen ( ) : void
onClickButton ( String key ) : void

Private Methods

Method Description
Awake ( ) : void
DoLoadPreset ( int winId ) : void
DoMainMenu ( int winID ) : void
DoRemovePreset ( int winId ) : void
DoSavePreset ( int winId ) : void
DoSaveScenePreset ( int winId ) : void
InputCheck ( ) : void
OnLevelWasLoaded ( int level ) : void
RemovePreset ( string presetName ) : void
RemoveScenePreset ( ) : void
SavePreset ( string presetName ) : void
SaveScenePreset ( string presetName ) : void
SetLocalTexture ( GameObject gameObject, string filePath ) : System.Collections.IEnumerator
SetPreset ( SSPreset preset ) : void
SetRendererEnabled ( GameObject obj, bool enabled ) : void
Update ( ) : void
createScreen ( ) : void
detectSkill ( ) : void
detectSkillCbl ( ) : void
drawModValueSlider ( Rect outRect, float value, float min, float max, string label, GUIStyle lstyle ) : float
drawWinHeader ( Rect rect, string s, GUIStyle style ) : void
eyeMove ( ) : void
fixPx ( int px ) : int
generateSceneKey ( ) : string
loadPresetXml ( ) : void
savePresetXml ( ) : void
setScenePreset ( ) : void
showSubCamera ( ) : void

Method Details

DebugLog() public static method

public static DebugLog ( string message ) : void
message string
return void

DebugLog() public static method

public static DebugLog ( string key, string message ) : void
key string
message string
return void

ErrorLog() public static method

public static ErrorLog ( string message ) : void
message string
return void

ErrorLog() public static method

public static ErrorLog ( string key, string message ) : void
key string
message string
return void

OnGUI() public method

public OnGUI ( ) : void
return void

applyScreen() public method

public applyScreen ( ) : void
return void

onClickButton() public method

public onClickButton ( String key ) : void
key String
return void

Property Details

WinFileName public property

public string WinFileName
return string