Astra Unity 2.6.6
Astra Unity Plugin
Astra.Core.LLAPI Class Reference

The low level api, aka the c++ lib interface, we're going to build one in c# that is a one-to-one though More...

Classes

struct  TaskType
 

Static Public Attributes

const string dll_static = "__Internal"
 
const string dll_dynamic = "Astra"
 
const string dll = dll_dynamic
 

Properties

static bool IsStatic [getset]
 Are we in an environment where we would be loading library methods statically/embedded or dynamically? More...
 

Detailed Description

The low level api, aka the c++ lib interface, we're going to build one in c# that is a one-to-one though

Property Documentation

◆ IsStatic

bool Astra.Core.LLAPI.IsStatic
staticgetset

Are we in an environment where we would be loading library methods statically/embedded or dynamically?

Returns
False in all editor, true if ios/tvos/webgl

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