コード例 #1
0
 public ObjectPlaceholder(int nRoom, int z_index, Vector3 coord, string pathName, string name, GenericObject.Model model, float sCoeff = 0.05f, bool isOnSomething = false, bool isHanging = false, bool isHFlipped = false)
 {
     this.roomNumber            = nRoom;
     this.z_index               = z_index;
     this.coordinates           = coord;
     this.pathName              = pathName;
     this.name                  = name;
     this.model                 = model;
     this.isHanging             = isHanging;
     this.isOnSomething         = isOnSomething;
     this.strengthCoefficient   = sCoeff;
     this.isHorizontallyFlipped = isHFlipped;
 }
コード例 #2
0
 public ObjectPlaceholder(int nRoom, int z_index, Vector3 coord, string pathName, string name, GenericObject.Model model, float sCoeff = 0.05f, bool isOnSomething = false, bool isHanging = false, bool isHFlipped = false)
 {
     this.roomNumber = nRoom;
     this.z_index = z_index;
     this.coordinates = coord;
     this.pathName = pathName;
     this.name = name;
     this.model = model;
     this.isHanging = isHanging;
     this.isOnSomething = isOnSomething;
     this.strengthCoefficient = sCoeff;
     this.isHorizontallyFlipped = isHFlipped;
 }