コード例 #1
0
ファイル: SGT_Dust.cs プロジェクト: suxingdong/-SolarSystem
 public void OnEnable()
 {
     if (dustMesh != null)
     {
         dustMesh.OnEnable();
     }
 }
コード例 #2
0
ファイル: SGT_Nebula.cs プロジェクト: Vrixyz/Planet-Factory
 public void OnEnable()
 {
     if (nebulaMesh != null)
     {
         nebulaMesh.OnEnable();
     }
 }
コード例 #3
0
 public void OnEnable()
 {
     if (thrusterFlameMesh != null)
     {
         thrusterFlameMesh.OnEnable();
     }
     if (thrusterFlareMesh != null)
     {
         thrusterFlareMesh.OnEnable();
     }
 }