Quattro::​InternalExtensions
UnityObjectLink
Quattro::​InternalExtensions

class:/TYPE/UnityEngine.Quattro.InternalExtensions/graal unity extensions, /, can be loaded from an assetbundle using Quattro::InternalExtensions::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
quattro::​internalextensions::​useloadingscreen
static System.Boolean quattro::internalextensions::useloadingscreen
Functions
quattro::​internalextensions::​create
static UnityEngine.Quattro.InternalExtensions Create ()

Constructor replaces new;

Returns

UnityEngine.Quattro.InternalExtensions

quattro::​internalextensions::​debugunityheapusage
static System.Void DebugUnityHeapUsage()

UnityExtension:Debug Unity Heap Usage,

Returns

System.Void

quattro::​internalextensions::​exists
static System.Boolean Exists(
System.Int32 unityLinkHandle
)

UnityExtension:Object Exists in the heap,

Parameters
unityLinkHandle
System.Int32

no documentation

Returns

System.Boolean

quattro::​internalextensions::​fromassetbundle
static UnityEngine.Quattro.InternalExtensions CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.Quattro.InternalExtensions

quattro::​internalextensions::​fromjsonoverwrite
static System.Void FromJsonOverwrite(
System.String json,
UnityEngine.Object t
)

UnityExtension:JsonUtility.FromJsonOverwrite,

Parameters
json
System.String

no documentation

t
UnityEngine.Object

no documentation

Returns

System.Void

quattro::​internalextensions::​showloadingscreen
static System.Void ShowLoadingScreen(
System.Boolean show
)

System.Boolean show-no documentation

Parameters

show -

Returns

System.Void

quattro::​internalextensions::​tojson
static System.String ToJson(
UnityEngine.Object t
)

UnityExtension:JsonUtility.ToJson,

Parameters
t
UnityEngine.Object

no documentation

Returns

System.String