Property | Type | Description | |
---|---|---|---|
About | void | ||
AsyncConnectCallback | void | ||
CheckForNameConflict | bool | ||
CreateSystem | void | ||
DestroySystem | void | ||
EditorUtils | System | ||
GetMasterBank | string | ||
HandleOnPlayModeChanged | void | ||
OnlineAPIDocs | void | ||
OnlineManual | void | ||
OnlineQA | void | ||
OnlineRevisions | void | ||
Update | void | ||
UpdateParamsOnEmitter | void | ||
VerionNumberToString | string |
Method | Description | |
---|---|---|
CheckResult ( FMOD result ) : void | ||
CreateStudioEvent ( string eventPath, string eventName ) : string | ||
GetBankDirectory ( ) : string | ||
GetBankPlatforms ( ) : string[] | ||
GetMetering ( ) : float[] | ||
GetScriptOutput ( string command ) : string | ||
IsConnectedToStudio ( ) : bool | ||
IsFileOpenByStudio ( string path ) : bool | ||
PreviewEvent ( |
||
PreviewPause ( ) : void | ||
PreviewStop ( ) : void | ||
PreviewUpdateParameter ( string paramName, float paramValue ) : void | ||
PreviewUpdatePosition ( float distance, float orientation ) : void | ||
SendScriptCommand ( string command ) : bool | ||
UpdateParamsOnEmitter ( |
||
ValidateSource ( bool &valid, string &reason ) : void |
Method | Description | |
---|---|---|
About ( ) : void | ||
AsyncConnectCallback ( IAsyncResult result ) : void | ||
CheckForNameConflict ( string folderGuid, string eventName ) : bool | ||
CreateSystem ( ) : void | ||
DestroySystem ( ) : void | ||
EditorUtils ( ) : System | ||
GetMasterBank ( ) : string | ||
HandleOnPlayModeChanged ( ) : void | ||
OnlineAPIDocs ( ) : void | ||
OnlineManual ( ) : void | ||
OnlineQA ( ) : void | ||
OnlineRevisions ( ) : void | ||
Update ( ) : void | ||
UpdateParamsOnEmitter ( UnityEngine obj, |
||
VerionNumberToString ( uint version ) : string |
public static CheckResult ( FMOD result ) : void | ||
result | FMOD | |
return | void |
public static CreateStudioEvent ( string eventPath, string eventName ) : string | ||
eventPath | string | |
eventName | string | |
return | string |
public static GetBankPlatforms ( ) : string[] | ||
return | string[] |
public static GetScriptOutput ( string command ) : string | ||
command | string | |
return | string |
public static IsFileOpenByStudio ( string path ) : bool | ||
path | string | |
return | bool |
public static PreviewEvent ( |
||
eventRef | ||
return | void |
public static PreviewUpdateParameter ( string paramName, float paramValue ) : void | ||
paramName | string | |
paramValue | float | |
return | void |
public static PreviewUpdatePosition ( float distance, float orientation ) : void | ||
distance | float | |
orientation | float | |
return | void |
public static SendScriptCommand ( string command ) : bool | ||
command | string | |
return | bool |
public static UpdateParamsOnEmitter ( |
||
serializedObject | ||
path | string | |
return | void |
public static ValidateSource ( bool &valid, string &reason ) : void | ||
valid | bool | |
reason | string | |
return | void |