LazyLoadReference<T0>Constructor

Cambiar al Manual
public LazyLoadReference<T0> (T asset);
public LazyLoadReference<T0> (int instanceID);

Parámetros

assetThe asset reference.
instanceIDThe asset instance ID.

Descripción

Construct a new LazyLoadReference.

Note that the signature which takes an asset reference may trigger loading the referenced object into memory if the object is not already loaded. The signature which takes an instance ID will never triggers a load.