Class SpecialDebugMessages
Inheritance
SpecialDebugMessages
Assembly: cs.temp.dll.dll
public static class SpecialDebugMessages
Methods
Declaration
public static void LogArrayInitializedWithSize0Warning(MonoBehaviour thisComponent, string arrayName)
Parameters
| Type |
Name |
Description |
| MonoBehaviour |
thisComponent |
|
| String |
arrayName |
|
Declaration
public static void LogArrayMissingReferenceError(MonoBehaviour thisComponent, string arrayName, int index)
Parameters
| Type |
Name |
Description |
| MonoBehaviour |
thisComponent |
|
| String |
arrayName |
|
| Int32 |
index |
|
Declaration
public static void LogComponentNotFoundError(MonoBehaviour thisComponent, string searchedComponent, GameObject target)
Parameters
| Type |
Name |
Description |
| MonoBehaviour |
thisComponent |
|
| String |
searchedComponent |
|
| GameObject |
target |
|
Declaration
public static void LogMissingReferenceError(MonoBehaviour thisComponent, string referenceName)
Parameters
| Type |
Name |
Description |
| MonoBehaviour |
thisComponent |
|
| String |
referenceName |
|