A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
IL2CPPOptions.cs File Reference

Classes

class  Il2CppSetOptionAttribute
 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...
 

Namespaces

namespace  Unity.IL2CPP.CompilerServices
 

Enumerations

enum  Option { NullChecks = 1, ArrayBoundsChecks = 2, DivideByZeroChecks = 3 }
 The code generation options available for IL to C++ conversion. More...