|
| static void | ClearCache () |
| |
| static void | AffirmEventCache () |
| |
| static string | UpdateCache () |
| |
| static void | ShowEventsRenamedDialog () |
| |
| static void | UpdateCacheBank (EditorBankRef bankRef, ref bool renameOccurred) |
| |
| static void | InitializeParamRef (EditorParamRef paramRef, FMOD.Studio.PARAMETER_DESCRIPTION description, Func< int, string > getLabel) |
| |
| static string[] | GetParameterLabels (FMOD.Studio.PARAMETER_DESCRIPTION parameterDescription, Func< int, string > getLabel) |
| |
| static | EventManager () |
| |
| static void | ValidateEventEmitter (StudioEventEmitter emitter, Scene scene) |
| |
| static void | ValidateEventReferenceFields (MonoBehaviour behaviour, Scene scene) |
| |
| static bool | ValidateEventReference (ref EventReference eventReference, Component parent, Scene scene, out bool changed) |
| |
| static void | EnsureFoldersExist (string filePath, string basePath) |
| |
| static void | BuildTargetChanged () |
| |
| static void | OnCacheChange () |
| |
| static bool | CompareLists (List< string > tempBanks, List< string > banks) |
| |
| static bool | AssetHasLabel (string assetPath, string label) |
| |
◆ EventManager()
| static FMODUnity.EventManager.EventManager |
( |
| ) |
|
|
staticprivate |
◆ AffirmEventCache()
| static void FMODUnity.EventManager.AffirmEventCache |
( |
| ) |
|
|
staticprivate |
◆ AssetHasLabel()
| static bool FMODUnity.EventManager.AssetHasLabel |
( |
string | assetPath, |
|
|
string | label ) |
|
staticprivate |
◆ BuildTargetChanged()
| static void FMODUnity.EventManager.BuildTargetChanged |
( |
| ) |
|
|
staticprivate |
◆ ClearCache()
| static void FMODUnity.EventManager.ClearCache |
( |
| ) |
|
|
staticprivate |
◆ CompareLists()
| static bool FMODUnity.EventManager.CompareLists |
( |
List< string > | tempBanks, |
|
|
List< string > | banks ) |
|
staticprivate |
◆ CopyToStreamingAssets()
| static void FMODUnity.EventManager.CopyToStreamingAssets |
( |
BuildTarget | buildTarget | ) |
|
|
static |
◆ EnsureFoldersExist()
| static void FMODUnity.EventManager.EnsureFoldersExist |
( |
string | filePath, |
|
|
string | basePath ) |
|
staticprivate |
◆ EventFromGUID()
◆ EventFromPath()
| static EditorEventRef FMODUnity.EventManager.EventFromPath |
( |
string | pathOrGuid | ) |
|
|
static |
◆ EventFromString()
| static EditorEventRef FMODUnity.EventManager.EventFromString |
( |
string | path | ) |
|
|
static |
◆ GetEventLinkage()
◆ GetParameterLabels()
◆ InitializeParamRef()
◆ MoveBanks()
| static void FMODUnity.EventManager.MoveBanks |
( |
string | from, |
|
|
string | to ) |
|
static |
◆ OnCacheChange()
| static void FMODUnity.EventManager.OnCacheChange |
( |
| ) |
|
|
staticprivate |
◆ ParamFromPath()
| static EditorParamRef FMODUnity.EventManager.ParamFromPath |
( |
string | name | ) |
|
|
static |
◆ RemoveBanks()
| static void FMODUnity.EventManager.RemoveBanks |
( |
string | basePath | ) |
|
|
static |
◆ RemoveEmptyFMODFolders()
| static void FMODUnity.EventManager.RemoveEmptyFMODFolders |
( |
string | basePath | ) |
|
|
static |
◆ ShowEventsRenamedDialog()
| static void FMODUnity.EventManager.ShowEventsRenamedDialog |
( |
| ) |
|
|
staticprivate |
◆ Startup()
| static void FMODUnity.EventManager.Startup |
( |
| ) |
|
|
static |
◆ UpdateBankStubAssets()
| static void FMODUnity.EventManager.UpdateBankStubAssets |
( |
BuildTarget | buildTarget | ) |
|
|
static |
◆ UpdateCache()
| static string FMODUnity.EventManager.UpdateCache |
( |
| ) |
|
|
staticprivate |
◆ UpdateCacheBank()
| static void FMODUnity.EventManager.UpdateCacheBank |
( |
EditorBankRef | bankRef, |
|
|
ref bool | renameOccurred ) |
|
staticprivate |
◆ ValidateEventEmitter()
| static void FMODUnity.EventManager.ValidateEventEmitter |
( |
StudioEventEmitter | emitter, |
|
|
Scene | scene ) |
|
staticprivate |
◆ ValidateEventReference()
| static bool FMODUnity.EventManager.ValidateEventReference |
( |
ref EventReference | eventReference, |
|
|
Component | parent, |
|
|
Scene | scene, |
|
|
out bool | changed ) |
|
staticprivate |
◆ ValidateEventReferenceFields()
| static void FMODUnity.EventManager.ValidateEventReferenceFields |
( |
MonoBehaviour | behaviour, |
|
|
Scene | scene ) |
|
staticprivate |
◆ ValidateEventReferences()
| static void FMODUnity.EventManager.ValidateEventReferences |
( |
Scene | scene | ) |
|
|
static |
◆ AssetsFolderName
| const string FMODUnity.EventManager.AssetsFolderName = "Assets" |
|
staticprivate |
◆ BankExtension
| const string FMODUnity.EventManager.BankExtension = "bank" |
|
staticprivate |
◆ CacheAssetFullName
◆ CacheAssetName
| const string FMODUnity.EventManager.CacheAssetName = "FMODStudioCache" |
|
staticprivate |
◆ eventCache
◆ FMODLabel
| const string FMODUnity.EventManager.FMODLabel = "FMOD" |
|
staticprivate |
◆ StringBankExtension
| const string FMODUnity.EventManager.StringBankExtension = "strings.bank" |
|
staticprivate |
◆ UpdaterInstructions
| readonly string FMODUnity.EventManager.UpdaterInstructions |
|
staticprivate |
Initial value:=
Definition EventReferenceUpdater.cs:19
const string MenuPath
Definition EventReferenceUpdater.cs:20
◆ Banks
◆ CacheTime
| DateTime FMODUnity.EventManager.CacheTime |
|
staticget |
◆ Events
◆ IsInitialized
| bool FMODUnity.EventManager.IsInitialized |
|
staticget |
◆ IsLoaded
| bool FMODUnity.EventManager.IsLoaded |
|
staticget |
◆ IsValid
| bool FMODUnity.EventManager.IsValid |
|
staticget |
◆ MasterBanks
◆ Parameters
The documentation for this class was generated from the following file: