C# Class WwiseSetupWizard, examples

Inheritance: WwiseSetupWindow
Show file Open project: enzienaudio/examples Class Usage Examples

Public Properties

Property Type Description
Settings WwiseSettings,

Public Methods

Method Description
CloseWindow ( ) : void
DisableBuiltInAudio ( ) : bool
Init ( ) : void
InstallPlugin ( DirectoryInfo Platform ) : void
PackageDemo ( ) : void
Setup ( ) : bool
ShowHelp ( ) : void

Private Methods

Method Description
CreateWwiseGlobalObject ( ) : void
FetchWwiseLogo ( ) : void
GenerateWwiseIDsCsFile ( ) : void
InstallAllPlatformProfilePlugins ( ) : bool
OnDisable ( ) : void
OnGUI ( ) : void
SetAllScriptExecutionOrder ( ) : bool
SetListener ( ) : void
SetScriptExecutionOrder ( string Script, int ExecutionOrder ) : bool
SetSoundbankSettings ( ) : bool
UninstallIntegration ( ) : void
UninstallIntegrationWithConfirm ( ) : void
ValidateVersion ( ) : void

Method Details

CloseWindow() public static method

public static CloseWindow ( ) : void
return void

DisableBuiltInAudio() public static method

public static DisableBuiltInAudio ( ) : bool
return bool

Init() public static method

public static Init ( ) : void
return void

InstallPlugin() public static method

public static InstallPlugin ( DirectoryInfo Platform ) : void
Platform DirectoryInfo
return void

PackageDemo() public static method

public static PackageDemo ( ) : void
return void

Setup() public method

public Setup ( ) : bool
return bool

ShowHelp() public static method

public static ShowHelp ( ) : void
return void

Property Details

Settings public static property

public static WwiseSettings, Settings
return WwiseSettings,