Mirror::Weaver::CompilationFinishedHook
Public Functions
Public Properties
Public Attributes
Public Functions Documentation
function OnInitializeOnLoad
static inline void OnInitializeOnLoad()
function WeaveExistingAssemblies
static inline void WeaveExistingAssemblies()
Public Property Documentation
property WeaverEnabled
static bool WeaverEnabled;
Public Attributes Documentation
variable OnWeaverMessage
static Action< string > OnWeaverMessage;
variable OnWeaverWarning
static Action< string > OnWeaverWarning;
variable OnWeaverError
static Action< string > OnWeaverError;
variable UnityLogEnabled
static bool UnityLogEnabled = true;
Updated on 18 January 2021 at 04:51:17 UTC