示例#1
0
 private void Start()
 {
     meteorMaterial = BuilderCore.Core.CreateMaterial(new BuilderCore.BuildingData()
     {
         EmissionColor = new Color(0.3f, 0, 0, 0.5f),
         MainColor     = Color.black,
         Metalic       = 1,
         Smoothness    = 1,
     });
     Instance = this;
 }
示例#2
0
 private void Start()
 {
     Instance = this;
 }