Show / Hide Table of Contents

Class Utils

Inheritance
Object
Utils
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Diagnostics
Assembly: UnityEngine.dll
Syntax
public static class Utils

Methods

ForceCrash(ForcedCrashCategory)

Declaration
public static void ForceCrash(ForcedCrashCategory crashCategory)
Parameters
Type Name Description
ForcedCrashCategory crashCategory

NativeAssert(String)

Declaration
public static void NativeAssert(string message)
Parameters
Type Name Description
String message

NativeError(String)

Declaration
public static void NativeError(string message)
Parameters
Type Name Description
String message

NativeWarning(String)

Declaration
public static void NativeWarning(string message)
Parameters
Type Name Description
String message
  • Improve this Doc
  • View Source
Back to top Generated by DocFX