Search Results for

    Show / Hide Table of Contents

    Class SpecialDebugMessages

    Inheritance
    Object
    SpecialDebugMessages
    Namespace: i5.Toolkit.Core.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public static class SpecialDebugMessages

    Methods

    LogArrayInitializedWithSize0Warning(MonoBehaviour, String)

    Declaration
    public static void LogArrayInitializedWithSize0Warning(MonoBehaviour thisComponent, string arrayName)
    Parameters
    Type Name Description
    MonoBehaviour thisComponent
    String arrayName

    LogArrayMissingReferenceError(MonoBehaviour, String, Int32)

    Declaration
    public static void LogArrayMissingReferenceError(MonoBehaviour thisComponent, string arrayName, int index)
    Parameters
    Type Name Description
    MonoBehaviour thisComponent
    String arrayName
    Int32 index

    LogComponentNotFoundError(MonoBehaviour, String, GameObject)

    Declaration
    public static void LogComponentNotFoundError(MonoBehaviour thisComponent, string searchedComponent, GameObject target)
    Parameters
    Type Name Description
    MonoBehaviour thisComponent
    String searchedComponent
    GameObject target

    LogMissingReferenceError(MonoBehaviour, String)

    Declaration
    public static void LogMissingReferenceError(MonoBehaviour thisComponent, string referenceName)
    Parameters
    Type Name Description
    MonoBehaviour thisComponent
    String referenceName
    In This Article
    Back to top i5 Toolkit Documentation