A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
Il2CppSetOptionAttribute Class Reference

Use this attribute on a class, method, or property to inform the IL2CPP code conversion utility to override the global setting for one of a few different runtime checks. More...

Detailed Description

Use this attribute on a class, method, or property to inform the IL2CPP code conversion utility to override the global setting for one of a few different runtime checks.

Example:

[Il2CppSetOption(Option.NullChecks, false)] public static string MethodWithNullChecksDisabled() { var tmp = new Object(); return tmp.ToString(); }

Public Member Functions

 Il2CppSetOptionAttribute (Option option, object value)
 

Properties

Option Option [get, private set]
 
object Value [get, private set]
 

Constructor & Destructor Documentation

◆ Il2CppSetOptionAttribute()

Il2CppSetOptionAttribute ( Option  option,
object  value 
)

Property Documentation

◆ Option

Option Option
getprivate set

◆ Value

object Value
getprivate set

The documentation for this class was generated from the following file: