C# Class WwiseSettings, GrapplingHookFighters

Show file Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
CreateWwiseGlobal bool
CreateWwiseListener bool
OldProject bool
SoundbankPath string
WwiseInstallationPathMac string
WwiseInstallationPathWindows string
WwiseProjectPath string

Public Methods

Method Description
LoadSettings ( bool ForceLoad = false ) : WwiseSettings,
SaveSettings ( WwiseSettings, Settings ) : void
WwiseSettings ( ) : System

Method Details

LoadSettings() public static method

public static LoadSettings ( bool ForceLoad = false ) : WwiseSettings,
ForceLoad bool
return WwiseSettings,

SaveSettings() public static method

public static SaveSettings ( WwiseSettings, Settings ) : void
Settings WwiseSettings,
return void

WwiseSettings() public method

public WwiseSettings ( ) : System
return System

Property Details

CreateWwiseGlobal public property

public bool CreateWwiseGlobal
return bool

CreateWwiseListener public property

public bool CreateWwiseListener
return bool

OldProject public property

public bool OldProject
return bool

SoundbankPath public property

public string SoundbankPath
return string

WwiseInstallationPathMac public property

public string WwiseInstallationPathMac
return string

WwiseInstallationPathWindows public property

public string WwiseInstallationPathWindows
return string

WwiseProjectPath public property

public string WwiseProjectPath
return string