C# Class AkInitializer, GrapplingHookFighters

Inheritance: MonoBehaviour
Mostrar archivo Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
basePath string
c_DefaultBasePath string
defaultPoolSize int
engineLogging bool
language string
lowerPoolSize int
memoryCutoffThreshold float
preparePoolSize int
streamingPoolSize int

Public Methods

Method Description
GetBasePath ( ) : string
GetCurrentLanguage ( ) : string
GetDecodedBankFolder ( ) : string
GetDecodedBankFullPath ( ) : string
Initialize ( ) : void

Private Methods

Method Description
Awake ( ) : void
CopyMonitoringInConsole ( ErrorCode, in_errorCode, ErrorLevel, in_errorLevel, uint in_playingID, IntPtr in_gameObjID, string in_msg ) : void
LateUpdate ( ) : void
OnApplicationFocus ( bool focus ) : void
OnApplicationPause ( bool pauseStatus ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEditorPlaymodeStateChanged ( ) : void
OnEnable ( ) : void

Method Details

GetBasePath() public static method

public static GetBasePath ( ) : string
return string

GetCurrentLanguage() public static method

public static GetCurrentLanguage ( ) : string
return string

GetDecodedBankFolder() public static method

public static GetDecodedBankFolder ( ) : string
return string

GetDecodedBankFullPath() public static method

public static GetDecodedBankFullPath ( ) : string
return string

Initialize() public method

public Initialize ( ) : void
return void

Property Details

basePath public_oe property

public string basePath
return string

c_DefaultBasePath public_oe static_oe property

public static string c_DefaultBasePath
return string

defaultPoolSize public_oe property

public int defaultPoolSize
return int

engineLogging public_oe property

public bool engineLogging
return bool

language public_oe property

public string language
return string

lowerPoolSize public_oe property

public int lowerPoolSize
return int

memoryCutoffThreshold public_oe property

public float memoryCutoffThreshold
return float

preparePoolSize public_oe property

public int preparePoolSize
return int

streamingPoolSize public_oe property

public int streamingPoolSize
return int