|
static string | SERIALIZATION_PATH = String.Concat(Application.dataPath, "/../vrcAssemblyCallbacks") |
|
static string | TMP_FILE_PATH = String.Concat(Application.dataPath, "/VRCSDK/_tmp.cs") |
|
Definition at line 1813 of file VRCSDKBase-Editor.cs.
◆ AddOnAssemblyReloadCallback()
static void VRC.SDK3.Editor.EditorAssemblies.AddOnAssemblyReloadCallback |
( |
string |
className, |
|
|
string |
staticFunctionName, |
|
|
bool |
autoSerialize = true |
|
) |
| |
|
static |
◆ ClearAssemblyReloadCallbacks()
static void VRC.SDK3.Editor.EditorAssemblies.ClearAssemblyReloadCallbacks |
( |
| ) |
|
|
static |
◆ DeserializeCallbacks()
static void VRC.SDK3.Editor.EditorAssemblies.DeserializeCallbacks |
( |
| ) |
|
|
staticprivate |
◆ DoIt()
static void VRC.SDK3.Editor.EditorAssemblies.DoIt |
( |
| ) |
|
|
static |
◆ ExecuteAssemblyReloadCallbacks()
static void VRC.SDK3.Editor.EditorAssemblies.ExecuteAssemblyReloadCallbacks |
( |
| ) |
|
|
staticprivate |
◆ GetCustomLoadedAssembles()
static List< string > VRC.SDK3.Editor.EditorAssemblies.GetCustomLoadedAssembles |
( |
| ) |
|
|
static |
◆ GetLoadedAssemblies()
static List< string > VRC.SDK3.Editor.EditorAssemblies.GetLoadedAssemblies |
( |
| ) |
|
|
static |
◆ OnCompileScripts()
static void VRC.SDK3.Editor.EditorAssemblies.OnCompileScripts |
( |
| ) |
|
|
static |
◆ OnDeserialized()
delegate void VRC.SDK3.Editor.EditorAssemblies.OnDeserialized |
( |
| ) |
|
◆ ReloadAssemblies()
static void VRC.SDK3.Editor.EditorAssemblies.ReloadAssemblies |
( |
| ) |
|
|
static |
◆ SerializeCallbacks()
static void VRC.SDK3.Editor.EditorAssemblies.SerializeCallbacks |
( |
| ) |
|
|
staticprivate |
◆ OnAssemblyReloadCallbacks
◆ onDeserialized
◆ SERIALIZATION_PATH
string VRC.SDK3.Editor.EditorAssemblies.SERIALIZATION_PATH = String.Concat(Application.dataPath, "/../vrcAssemblyCallbacks") |
|
static |
◆ TMP_FILE_PATH
string VRC.SDK3.Editor.EditorAssemblies.TMP_FILE_PATH = String.Concat(Application.dataPath, "/VRCSDK/_tmp.cs") |
|
static |
The documentation for this class was generated from the following file: