示例#1
0
 public static Vector3 getNestParams(NestTyp typ)
 {
     return(NestParamters[(int)typ]);
 }
示例#2
0
 public static BasicModel getNestModell(NestTyp typ)
 {
     return(NestModels[(int)typ]);
 }