コード例 #1
0
 public static DependentRevolvedSurface Constructor()
 {
     return(PrefabManager.Spawn("DependentRevolvedSurface").GetComponent <DependentRevolvedSurface>());
 }
コード例 #2
0
 public static DependentLineSegment Constructor()
 {
     return(PrefabManager.Spawn("DependentLineSegment").GetComponent <DependentLineSegment>());
 }
コード例 #3
0
 public static StaticPoint Constructor()
 {
     return(PrefabManager.Spawn("StaticPoint").GetComponent <StaticPoint>());
 }
コード例 #4
0
 public static InteractablePoint Constructor()
 {
     return(PrefabManager.Spawn("InteractablePoint").GetComponent <InteractablePoint>());
 }
コード例 #5
0
 public static DependentSphere Constructor()
 {
     return(PrefabManager.Spawn("DependentSphere").GetComponent <DependentSphere>());
 }
コード例 #6
0
ファイル: DependentPolygon.cs プロジェクト: Neolyss/handwaver
 public static DependentPolygon Constructor()
 {
     return(PrefabManager.Spawn("DepenDependentPolygon").GetComponent <DependentPolygon>());
 }
コード例 #7
0
 public static DependentPyramid Constructor()
 {
     return(PrefabManager.Spawn("DependentPyramid").GetComponent <DependentPyramid>());
 }