See: Description
Interface | Description |
---|---|
CollisionFunction |
Describe the collision function to apply from an input value.
|
MapTileCollision |
Represents the collision feature of a map tile.
|
TileCollidable |
Represents something which can enter in collision with a
TileCollision . |
TileCollidableListener |
Notify events from the
TileCollidable . |
TileCollision |
Tile representation with the following data:
formulas : collision formulas used
This allows to compute collision from existing CollisionFormula , with a CollisionCategory as input
(which represents the object entering in collision). |
Class | Description |
---|---|
CollisionCategory |
Collision category, representing a collision point at a specified offset relative to the owner position.
|
CollisionCategoryConfig |
Represents the collision category configuration from a configurer.
|
CollisionConstraint |
Represents the collision constraints around a collision.
|
CollisionConstraintConfig |
Represents the collisions constraint from a configurer.
|
CollisionFormula |
Collision formula representation.
|
CollisionFormulaConfig |
Represents the collisions formula from a configurer.
|
CollisionFunctionConfig |
Represents the collision function from a configurer.
|
CollisionFunctionLinear |
Linear collision function implementation.
|
CollisionGroup |
Represents the collision group, which can be applied to a
Tile . |
CollisionGroupConfig |
Represents the collision group data from a configurer.
|
CollisionRange |
Represents the range of the collision for a specified axis.
|
CollisionRangeConfig |
Represents the collision range from a configurer node.
|
CollisionResult |
Represents the map collision results.
|
MapTileCollisionModel |
Map tile collision model implementation.
|
TileCollidableModel |
Tile collidable model implementation.
|
TileCollisionModel |
Tile collision implementation.
|
Enum | Description |
---|---|
CollisionFunctionType |
List of supported collision function types.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.