Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PhysicsRadialExplosionEvent

Represents a physics radial explosion event

Hierarchy

  • PhysicsRadialExplosionEvent

Index

Constructors

constructor

Methods

disposeSearch playground for dispose

  • dispose(force?: boolean): void
  • Disposes the sphere.

    Parameters

    • Optional force: boolean

      Specifies if the sphere should be disposed by force

    Returns void

getDataSearch playground for getData

  • Returns the data related to the radial explosion event (sphere).

    Returns PhysicsRadialExplosionEventData

    The radial explosion event data

getImpostorHitDataSearch playground for getImpostorHitData

  • Returns the force and contact point of the impostor or false, if the impostor is not affected by the force/impulse.

    Parameters

    Returns Nullable<PhysicsHitData>

    A physics force and contact point, or null

triggerAffectedImpostorsCallbackSearch playground for triggerAffectedImpostorsCallback

  • Triggers affected impostors callbacks

    Parameters

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method