Crate heron_core

source ·
Expand description

Core components and resources to use Heron

Modules

Utility traits and extensions

Structs

Component that defines the linear and angular acceleration.
An axis-angle representation
Collision data concerning one of the two entity that collided
Components that defines the collision layers of the collision shape.
Component which will be filled (if present) with a list of entities with which the current entity is currently in contact.
Plugin that registers stage resources and components.
An opaque type representing a custom collision shape.
Component that defines the linear and angular damping.
Resource that defines world’s gravity.
Component which indicates that this entity or its children contains meshes which waiting for collision generation.
Component that defines the physics properties of the rigid body
Resource to control how many physics steps are performed per second.
Resource that controls the physics time scale
Component that restrict what rotations can be caused by forces.
Mark the CollisionShape of the same entity as being a sensor.
Component that defines the linear and angular velocity.

Enums

An event fired when the collision state between two entities changed
Components that defines the collision shape of a rigid body
The duration of time that this physics step should advance the simulation time
Physics system labels
Component that mark the entity as being a rigid body

Traits

Describes a collision layer

Functions

Run criteria system that decides if the physics systems should run.