Real |
The RealExplosion type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerCategory | (Inherited from PhysicsLogic) | |
| DisabledOnCategories |
Disable the logic on specific categories.
Category.None by default.
(Inherited from FilterData) | |
| DisabledOnGroup |
Disable the logic on specific groups
(Inherited from FilterData) | |
| EdgeRatio | Ratio of arc length to angle from edges to first ray tested. Defaults to 1/40. | |
| EnabledOnCategories |
Enable the logic on specific categories
Category.All by default.
(Inherited from FilterData) | |
| EnabledOnGroup |
Enable the logic on specific groups.
(Inherited from FilterData) | |
| IgnoreWhenInsideShape | Ignore Explosion if it happens inside a shape. Default value is false. | |
| MaxAngle | Max angle between rays (used when segment is large). Defaults to 15 degrees | |
| MaxShapes | Maximum number of shapes involved in the explosion. Defaults to 100 | |
| MinRays | How many rays per shape/body/segment. Defaults to 5 |