Метод | Описание | |
---|---|---|
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : bool | ||
EnableBoolSoundbankSettingInWproj ( string SettingName, string WwiseProjectPath ) : bool | ||
ExecuteCommandLine ( string command, string arguments ) : string | ||
GenerateSoundbanks ( ) : void | ||
GetAllBankPaths ( ) : string>.IDictionary |
||
GetByteArrayProperty ( UnityEditor.SerializedProperty property ) : byte[] | ||
GetFullPath ( string BasePath, string RelativePath ) : string | ||
GetLastRectAbsolute ( ) : Rect | ||
GetPlatformMapping ( ) : HashSet |
||
GetWwiseSoundBankDestinationFolder ( string Platform, string WwiseProjectPath ) : string | ||
GetWwiseSoundBankDestinationFoldersByUnityPlatform ( BuildTarget, target, string WwiseProjectPath, string &paths, string &platformNames ) : bool | ||
InsertBitAt ( int in_32Bits, int in_value, int in_index ) : int | ||
IsSoundbankGenerationAvailable ( ) : bool | ||
IsSoundbankOverrideEnabled ( string wwiseProjectPath ) : bool | ||
MakeRelativePath ( string fromPath, string toPath ) : string | ||
RemoveBitAt ( int in_32Bits, int in_index ) : int | ||
RepaintInspector ( ) : void | ||
SetByteArrayProperty ( UnityEditor.SerializedProperty property, byte byteArray ) : void | ||
SetSoundbankHeaderFilePath ( string WwiseProjectPath, string SoundbankPath ) : bool |
Метод | Описание | |
---|---|---|
GetWwiseCLI ( ) : string | ||
UpdateSoundbanksDestinationFolders ( string WwiseProjectPath ) : void |
public static DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : bool | ||
sourceDirName | string | |
destDirName | string | |
copySubDirs | bool | |
Результат | bool |
public static EnableBoolSoundbankSettingInWproj ( string SettingName, string WwiseProjectPath ) : bool | ||
SettingName | string | |
WwiseProjectPath | string | |
Результат | bool |
public static ExecuteCommandLine ( string command, string arguments ) : string | ||
command | string | |
arguments | string | |
Результат | string |
public static GenerateSoundbanks ( ) : void | ||
Результат | void |
public static GetAllBankPaths ( ) : string>.IDictionary |
||
Результат | string>.IDictionary |
public static GetByteArrayProperty ( UnityEditor.SerializedProperty property ) : byte[] | ||
property | UnityEditor.SerializedProperty | |
Результат | byte[] |
public static GetFullPath ( string BasePath, string RelativePath ) : string | ||
BasePath | string | |
RelativePath | string | |
Результат | string |
public static GetLastRectAbsolute ( ) : Rect | ||
Результат | Rect |
public static GetPlatformMapping ( ) : HashSet |
||
Результат | HashSet |
public static GetWwiseSoundBankDestinationFolder ( string Platform, string WwiseProjectPath ) : string | ||
Platform | string | |
WwiseProjectPath | string | |
Результат | string |
public static GetWwiseSoundBankDestinationFoldersByUnityPlatform ( BuildTarget, target, string WwiseProjectPath, string &paths, string &platformNames ) : bool | ||
target | BuildTarget, | |
WwiseProjectPath | string | |
paths | string | |
platformNames | string | |
Результат | bool |
public static InsertBitAt ( int in_32Bits, int in_value, int in_index ) : int | ||
in_32Bits | int | |
in_value | int | |
in_index | int | |
Результат | int |
public static IsSoundbankGenerationAvailable ( ) : bool | ||
Результат | bool |
public static IsSoundbankOverrideEnabled ( string wwiseProjectPath ) : bool | ||
wwiseProjectPath | string | |
Результат | bool |
public static MakeRelativePath ( string fromPath, string toPath ) : string | ||
fromPath | string | |
toPath | string | |
Результат | string |
public static RemoveBitAt ( int in_32Bits, int in_index ) : int | ||
in_32Bits | int | |
in_index | int | |
Результат | int |
public static RepaintInspector ( ) : void | ||
Результат | void |
public static SetByteArrayProperty ( UnityEditor.SerializedProperty property, byte byteArray ) : void | ||
property | UnityEditor.SerializedProperty | |
byteArray | byte | |
Результат | void |
public static SetSoundbankHeaderFilePath ( string WwiseProjectPath, string SoundbankPath ) : bool | ||
WwiseProjectPath | string | |
SoundbankPath | string | |
Результат | bool |