Table of Contents

Event Physics

(NOTE) Event data for applying custom physics effects.

Methods Properties Base Classes Derived Classes
Constructor Dt event
Effect
RigidBody

Properties


Dt : real

The timestep of the current physics frame (in seconds).

var Dt : Real

Effect : customphysicseffect

The effect that sent out this event.

var Effect : CustomPhysicsEffect

RigidBody : rigidbody

The RigidBody to apply forces to.

var RigidBody : RigidBody

Methods


CustomPhysicsEffectEvent : Void

constructor

Name Type Description
function CustomPhysicsEffectEvent()