Class Conditionals
Constant indicators about conditional supports within the GDX package. Helpful indicators of which features are available through preprocessor gating.
Inheritance
System.Object
Conditionals
Namespace: GDX.Developer
Syntax
public static class Conditionals
Fields
| Improve this Doc View SourceHasAddressablesPackage
Is a compatible version of the Addressables package present in the project?
Declaration
public const bool HasAddressablesPackage = true
Field Value
Type | Description |
---|---|
System.Boolean |
HasPlatformsPackage
Is a compatible version of the Platforms package present in the project?
Declaration
public const bool HasPlatformsPackage = true
Field Value
Type | Description |
---|---|
System.Boolean |
HasVisualScriptingPackage
Is a compatible version of the Visual Scripting package present in the project?
Declaration
public const bool HasVisualScriptingPackage = true
Field Value
Type | Description |
---|---|
System.Boolean |