GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.ECS.Components
BaseComponent Class
BaseComponent Methods
Clone Method
CollisionEnd Method
CollisionProcess Method
CollisionStart Method
Destroy Method
FixedUpdate Method
GetImplementedFrameBasedEvents Method
HasMethodImplemented Method
Heartbeat Method
RemoveFromParent Method
SendMessage Method
Update Method
BaseComponent
CollisionStart Method
Called when this physical body start colliding with another body.
Namespace:
GeonBit.ECS.Components
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
CollisionStart
(
GameObject
other
,
CollisionData
data
)
Parameters
other
Type:
GeonBit.ECS
GameObject
The other body we collide with.
data
Type:
GeonBit.Core.Physics
CollisionData
Extra collision data.
See Also
Reference
BaseComponent Class
GeonBit.ECS.Components Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com