コード例 #1
0
ファイル: Gun.cs プロジェクト: yimengfan/BDFramework.Core
 void Start()
 {
     //加载接口初始化
     BResources.Init(BAssetLoadPathType);
     //预热
     BResources.WarmPool(bulletPath, 10);
     //测试删除
     this.StartCoroutine(TestDestory());
     //Notes
     // Make sure the prefab is inactive, or else it will run update before first use
 }