Skip to content
GameObjPoolSourceType

基类 / GameObjPoolSourceType

GameObjPoolSourceType Enumeration
​

GameObject对象池资源来源类型,不同类型的资源创建方式不一样,需要正确选择

Table of contents ​

Enumeration Members
​

Asset = 0
Prefab = 2
Scene = 1

Enumeration Members ​

Asset
​

• Asset = 0

资源库资源


Prefab
​

• Prefab = 2

预制体


Scene
​

• Scene = 1

场景对象