GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.ECS
GameObject Class
GameObject Methods
AddComponent Method
AddComponentDebug Method
BeforeDraw Method
CallCollisionEnd Method
CallCollisionProcess Method
CallCollisionStart Method
CallSpawnEvent Method
Clone Method
CreateOctree Method
Destroy Method
DoOnUpdate Method
Find Method
FixedUpdate Method
GetComponent(CompType) Method
GetComponents(CompType) Method
Heartbeat Method
RemoveComponent Method
SendMessage Method
Trigger Method
Update Method
GameObject
CallCollisionStart Method
Called when the Game Object start colliding with another object.
Namespace:
GeonBit.ECS
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
CallCollisionStart
(
GameObject
other
,
CollisionData
data
)
Parameters
other
Type:
GeonBit.ECS
GameObject
The other object we collide with.
data
Type:
GeonBit.Core.Physics
CollisionData
Extra collision data.
See Also
Reference
GameObject Class
GeonBit.ECS Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com