Version: 2021.1
言語: 日本語

LazyLoadReference<T0>Constructor

マニュアルに切り替える
public LazyLoadReference<T0> (T asset);
public LazyLoadReference<T0> (int instanceID);

パラメーター

asset The asset reference.
instanceID The asset instance ID.

説明

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.