GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.ECS.Components.Physics
BasePhysicsComponent Class
BasePhysicsComponent Methods
CallCollisionEnd Method
CallCollisionProcess Method
CallCollisionStart Method
BasePhysicsComponent
CallCollisionProcess Method
Called while this physical body is colliding with another body.
Namespace:
GeonBit.ECS.Components.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
CallCollisionProcess
(
BasePhysicsComponent
other
)
Parameters
other
Type:
GeonBit.ECS.Components.Physics
BasePhysicsComponent
The other body we are colliding with.
See Also
Reference
BasePhysicsComponent Class
GeonBit.ECS.Components.Physics Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com