跳到主要内容

Class PrefabResource

Constructors

PrefabResource(string address)

public PrefabResource(string address)

Methods

Get()

public GameObject Get()

Get(Transform parent)

public GameObject Get(Transform parent)

Instantiate()

public Task<GameObject> Instantiate()

Instantiate(Transform parent)

public Task<GameObject> Instantiate(Transform parent)

GetResourceEntry()

public ResourceEntry GetResourceEntry()

Load()

public override Task<GameObject> Load()