Search Results for

    Show / Hide Table of Contents

    Class SingletonChildEnabler

    Inheritance
    Object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    NoSuchMonoBehaviour
    SingletonChildEnabler
    Inherited Members
    NoSuchMonoBehaviour.logger
    NoSuchMonoBehaviour.loggerConfig
    NoSuchMonoBehaviour.LogLogFormat(String, Object[])
    NoSuchMonoBehaviour.LogLog(String)
    NoSuchMonoBehaviour.LogWarnFormat(String, Object[])
    NoSuchMonoBehaviour.LogWarn(String)
    NoSuchMonoBehaviour.LogErrorFormat(String, Object[])
    NoSuchMonoBehaviour.LogError(String)
    NoSuchMonoBehaviour.LogLogFormat<T>(String, Object[])
    NoSuchMonoBehaviour.LogLog<T>(String)
    NoSuchMonoBehaviour.LogWarnFormat<T>(String, Object[])
    NoSuchMonoBehaviour.LogWarn<T>(String)
    NoSuchMonoBehaviour.LogErrorFormat<T>(String, Object[])
    NoSuchMonoBehaviour.LogError<T>(String)
    NoSuchMonoBehaviour.LogLogFormat<T>(Object, String, Object[])
    NoSuchMonoBehaviour.LogLog<T>(Object, String)
    NoSuchMonoBehaviour.LogWarnFormat<T>(Object, String, Object[])
    NoSuchMonoBehaviour.LogWarn<T>(Object, String)
    NoSuchMonoBehaviour.LogErrorFormat<T>(Object, String, Object[])
    NoSuchMonoBehaviour.LogError<T>(Object, String)
    NoSuchMonoBehaviour.RunDelayed(Single, Action)
    NoSuchMonoBehaviour.RunDelayedRealtime(Single, Action)
    NoSuchMonoBehaviour.RunPeriodic(Single, Action)
    NoSuchMonoBehaviour.RunPeriodicRealtime(Single, Action)
    NoSuchMonoBehaviour.RunWhile(Single, Func<Boolean>, Action)
    NoSuchMonoBehaviour.RunWhileRealtime(Single, Func<Boolean>, Action)
    Namespace: NoSuchStudio.Common
    Assembly: NoSuchStudio-Common.dll
    Syntax
    public class SingletonChildEnabler : NoSuchMonoBehaviour

    Extension Methods

    MonoBehaviourRunExt.RunDelayed(MonoBehaviour, Single, Action)
    MonoBehaviourRunExt.RunDelayedRealtime(MonoBehaviour, Single, Action)
    MonoBehaviourRunExt.RunPeriodic(MonoBehaviour, Single, Action)
    MonoBehaviourRunExt.RunPeriodicRealtime(MonoBehaviour, Single, Action)
    MonoBehaviourRunExt.RunWhile(MonoBehaviour, Single, Func<Boolean>, Action)
    MonoBehaviourRunExt.RunWhileRealtime(MonoBehaviour, Single, Func<Boolean>, Action)
    UnityObjectLoggerExt.LogLogFormat(Object, String, Object[])
    UnityObjectLoggerExt.LogLog(Object, String)
    UnityObjectLoggerExt.LogWarnFormat(Object, String, Object[])
    UnityObjectLoggerExt.LogWarn(Object, String)
    UnityObjectLoggerExt.LogErrorFormat(Object, String, Object[])
    UnityObjectLoggerExt.LogError(Object, String)
    In This Article
    Back to top Generated by DocFX