Property | Type | Description | |
---|---|---|---|
audioImportSettings | AudioImportSettings, | ||
baseDefaultFileName | string | ||
defaultFolder | string | ||
defaultVoice | string | ||
exportCSVFileEncodingUTF8 | bool | ||
importClips3D | bool | ||
importClipsFormat | _AudioImporterFormat | ||
importClipsLoadType | _AudioImporterLoadType | ||
instance | EasyVoiceSettings, | ||
linkClips | bool | ||
osxFileFormat | string | ||
querier | EasyVoiceQuerier, | ||
verificationActions | VerificationActions, | ||
voiceAges | List |
||
voiceDescriptions | List |
||
voiceGenders | List |
||
voiceNames | List |
Method | Description | |
---|---|---|
AssignDataAsset ( EasyVoiceDataAsset, newDataAsset ) : void | ||
Awake ( ) : void | ||
GetDefaultFileName ( ) : string | ||
GetFirstSpeakerNameOrDefault ( ) : string | ||
GetFullClipDefaultPath ( ) : string | ||
GetSpeakerIndex ( string currentSpeakerName, bool includeDefault ) : int | ||
GetSpeakerName ( int index, bool defaultIncluded ) : string | ||
GetSpeakerNamesForEditor ( bool includeDefault, bool forSystem ) : string[] | ||
Initialize ( ) : void | ||
IsDefaultFolderValid ( ) : bool | ||
MakeFileNameFromTemplate ( string speakerName, int index ) : string | ||
SetBaseDefaultFileName ( string newValue ) : bool | ||
SetDefaultFolder ( string newValue ) : bool | ||
SetDefaultQuerier ( DefaultQuerier newValue ) : void | ||
SetDefaultVoice ( string newValue ) : bool | ||
SetInstance ( ) : void | ||
SetLinkClips ( bool newValue ) : void | ||
UnlinkDataAsset ( ) : void | ||
UpgradeAsset ( ) : void | ||
ValidVoiceName ( string speakerName, bool allowDefault ) : bool |
Method | Description | |
---|---|---|
BuildFileNameFromTemplate ( string speakerName, int index ) : string |
Make a file name from the default file name template and the specified repalcement speaker name and entry index
|
|
ClearQueriedData ( ) : void | ||
InitializeQuerier ( ) : void | ||
TrimStringFromRepeatedCharacters ( string str ) : string | ||
Upgrade ( ) : void |
This will, if necessary, upgrade the settings to the given version
|
public AssignDataAsset ( EasyVoiceDataAsset, newDataAsset ) : void | ||
newDataAsset | EasyVoiceDataAsset, | |
return | void |
public GetFirstSpeakerNameOrDefault ( ) : string | ||
return | string |
public GetSpeakerIndex ( string currentSpeakerName, bool includeDefault ) : int | ||
currentSpeakerName | string | |
includeDefault | bool | |
return | int |
public GetSpeakerName ( int index, bool defaultIncluded ) : string | ||
index | int | |
defaultIncluded | bool | |
return | string |
public GetSpeakerNamesForEditor ( bool includeDefault, bool forSystem ) : string[] | ||
includeDefault | bool | |
forSystem | bool | |
return | string[] |
public MakeFileNameFromTemplate ( string speakerName, int index ) : string | ||
speakerName | string | |
index | int | |
return | string |
public SetBaseDefaultFileName ( string newValue ) : bool | ||
newValue | string | |
return | bool |
public SetDefaultFolder ( string newValue ) : bool | ||
newValue | string | |
return | bool |
public SetDefaultQuerier ( DefaultQuerier newValue ) : void | ||
newValue | DefaultQuerier | |
return | void |
public SetDefaultVoice ( string newValue ) : bool | ||
newValue | string | |
return | bool |
public ValidVoiceName ( string speakerName, bool allowDefault ) : bool | ||
speakerName | string | |
allowDefault | bool | |
return | bool |
public AudioImportSettings, audioImportSettings | ||
return | AudioImportSettings, |
public _AudioImporterFormat importClipsFormat | ||
return | _AudioImporterFormat |
public _AudioImporterLoadType importClipsLoadType | ||
return | _AudioImporterLoadType |
public static EasyVoiceSettings, instance | ||
return | EasyVoiceSettings, |
public VerificationActions, verificationActions | ||
return | VerificationActions, |