GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.Core.Physics
BasicPhysicalBody Class
BasicPhysicalBody Methods
CallCollisionEnd Method
CallCollisionProcess Method
CallCollisionStart Method
BasicPhysicalBody
CallCollisionStart Method
Called when this physical body start colliding with another body.
Namespace:
GeonBit.Core.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
CallCollisionStart
(
BasicPhysicalBody
other
,
ref
CollisionData
data
)
Parameters
other
Type:
GeonBit.Core.Physics
BasicPhysicalBody
The other body we collide with.
data
Type:
GeonBit.Core.Physics
CollisionData
Extra collision data.
See Also
Reference
BasicPhysicalBody Class
GeonBit.Core.Physics Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com