Click or drag to resize
CollisionDetectorCheckCollision Method
Overload List
  NameDescription
Public methodStatic memberCode exampleCheckCollision(GraphicComponent, TemporaryGraphic, Double)
Calculates whether an object intersects with a TemporaryGraphic object.
Public methodStatic memberCode exampleCheckCollision(GraphicComponent, GraphicComponent, Double)
Calculates whether two objects intersect, or whether an object intersects any other object.
Public methodStatic memberCheckCollision(TemporaryGraphic, Double, Part)
Calculates whether any object in the active Station intersects with a TemporaryGraphic object.
Public methodStatic memberCheckCollision(GraphicComponent, GraphicComponent, Double, Part, Part)
Calculates whether two objects intersect, or whether an object intersects any other object, and returns the intersecting Parts.
Public methodStatic memberCheckCollision(GraphicComponent, GraphicComponent, Double, DetectableUsage, Part, Part)
Calculates whether two objects intersect, or whether an object intersects any other object, and returns the intersecting Parts.
Public methodStatic memberCheckCollision(GraphicComponent, GraphicComponent, Double, DetectableUsage, Boolean, Part, Part)
Calculates whether two objects intersect, or whether an object intersects any other object, and returns the intersecting Parts.
Public methodStatic memberCheckCollision(GraphicComponent, GraphicComponent, Double, DetectableUsage, Boolean, Boolean, Part, Part)
Calculates whether two objects intersect, or whether an object intersects any other object, and returns the intersecting Parts.
Top
See Also