Version: 2020.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.