Chunks
Moddable voxel sandbox for room-scale VR.
Properties | List of all members
Chunks.Geometry.CollisionEventArgs Class Reference

Contains information about an AABB collision with the world. More...

Inheritance diagram for Chunks.Geometry.CollisionEventArgs:

Properties

AABBPhysics Physics [get]
 The physics object that collided. More...
 
Vector Force [get]
 The impulse to be applied to the physics object when it bounces. More...
 
Vector Normal [get]
 The surface normal of the collision. More...
 
bool Handled [get, set]
 If set to true, the physics object will not have a bouncing force applied to it. More...
 

Detailed Description

Contains information about an AABB collision with the world.

Property Documentation

Vector Chunks.Geometry.CollisionEventArgs.Force
get

The impulse to be applied to the physics object when it bounces.

bool Chunks.Geometry.CollisionEventArgs.Handled
getset

If set to true, the physics object will not have a bouncing force applied to it.

Vector Chunks.Geometry.CollisionEventArgs.Normal
get

The surface normal of the collision.

AABBPhysics Chunks.Geometry.CollisionEventArgs.Physics
get

The physics object that collided.


The documentation for this class was generated from the following file: