C# Class WwiseSettings, GrapplingHookFighters

Mostra 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_oe property

public bool CreateWwiseGlobal
return bool

CreateWwiseListener public_oe property

public bool CreateWwiseListener
return bool

OldProject public_oe property

public bool OldProject
return bool

SoundbankPath public_oe property

public string SoundbankPath
return string

WwiseInstallationPathMac public_oe property

public string WwiseInstallationPathMac
return string

WwiseInstallationPathWindows public_oe property

public string WwiseInstallationPathWindows
return string

WwiseProjectPath public_oe property

public string WwiseProjectPath
return string