示例#1
0
 // Use this for initialization
 void Start()
 {
     RGResource.LoadGameObjectAsync("Prefabs/CubeWall", Test, 1);
 }
示例#2
0
 protected override void OnShown()
 {
     RGResource.LoadUIAsync("UI/main/main", LoadStartPackageComplete);
 }