コード例 #1
0
 protected override Mesh CreateMesh()
 {
     return(ProceduralMesh.Icosphere(radius, divisions));
 }