Esempio n. 1
0
 public void InitializeDefault(bool debug = false)
 {
     Bounds            = null;
     CropSectionBounds = null;
     CropSection       = CropSection3D.Null;
     this.debug        = debug;
 }
Esempio n. 2
0
 public bool Equals(CropSection3D a)
 {
     return(this == a);
 }
Esempio n. 3
0
 public CropSection3DClass(PhysicsShapeAuthoring shapeA, PhysicsShapeAuthoring shapeB, bool debug = false)
 {
     Bounds                  = new AColliderClass(shapeA);
     CropSectionBounds       = new AColliderClass(shapeB);
     CropSection             = new CropSection3D(Bounds.collider, CropSectionBounds.collider, float3.zero, float3.zero);
     TranslationOffsetSlider = new Float3Slider(CropSection.TranslationOffsetMin, CropSection.TranslationOffsetMax,