GameObjectCallCollisionProcess Method |
Called every frame while the Game Object is colliding with another object.
Namespace:
GeonBit.ECS
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CallCollisionProcess(
GameObject other
)
Parameters
- other
- Type: GeonBit.ECSGameObject
The other object we are colliding with.
See Also