CryEngine.EntitySystem.CollisionEvent

CryEngine.EntitySystem.CollisionEvent

Contains the source and target object of a collision event. More...

Properties

PhysicsObject Source [get, set]
The source object of the collision. More...
PhysicsObject Target [get, set]
The target object of the collision. More...

Detailed Description

Contains the source and target object of a collision event.

Property Documentation

◆ Source

PhysicsObject CryEngine.EntitySystem.CollisionEvent.Source
get
set

The source object of the collision.

◆ Target

PhysicsObject CryEngine.EntitySystem.CollisionEvent.Target
get
set

The target object of the collision.