Click or drag to resize

RealExplosion Fields

The RealExplosion type exposes the following members.

Fields
  NameDescription
Public fieldControllerCategory (Inherited from PhysicsLogic.)
Public fieldDisabledOnCategories
Disable the logic on specific categories. Category.None by default.
(Inherited from FilterData.)
Public fieldDisabledOnGroup
Disable the logic on specific groups
(Inherited from FilterData.)
Public fieldEdgeRatio
Ratio of arc length to angle from edges to first ray tested. Defaults to 1/40.
Public fieldEnabledOnCategories
Enable the logic on specific categories Category.All by default.
(Inherited from FilterData.)
Public fieldEnabledOnGroup
Enable the logic on specific groups.
(Inherited from FilterData.)
Public fieldIgnoreWhenInsideShape
Ignore Explosion if it happens inside a shape. Default value is false.
Public fieldMaxAngle
Max angle between rays (used when segment is large). Defaults to 15 degrees
Public fieldMaxShapes
Maximum number of shapes involved in the explosion. Defaults to 100
Public fieldMinRays
How many rays per shape/body/segment. Defaults to 5
Top
See Also