Expand description
Various helpers to make Tnua’s advanced features easier to use.
See https://github.com/idanarye/bevy-tnua/wiki
Tnua exposes its mid-level data for user systems to allow as much flexibility and customizability as it can provide. This, however, means that some of the advanced features can be complex to use. This module provides helpers that allow using these features in an easier although less flexible way.
Structs§
- An helper for tracking air actions.
- Prevents the character from standing up if the player stops feeding a crouch action (like
TnuaBuiltinCrouch
) while under an obstacle. - Handle for working with
TnuaSimpleFallThroughPlatformsHelper
. - A simple counter that counts together all the air actions a character is able to perform.
- Helper component for implementing fall-through platforms.
Enums§
- The result of
TnuaAirActionsTracker::update()
.
Traits§
- An action that can be enforced by
TnuaCrouchEnforcer
.