Class World.InvalidCollisionTypeException
- Namespace
- Jitter2
- Assembly
- Jitter2.dll
Thrown when the narrow phase encounters a pair of proxy types it cannot process.
public class World.InvalidCollisionTypeException : Exception, ISerializable
- Inheritance
-
World.InvalidCollisionTypeException
- Implements
- Inherited Members
Remarks
This typically indicates that non-RigidBodyShape proxies were inserted into the world's DynamicTree. Use BroadPhaseFilter to filter such pairs, or ensure only supported proxy types are added.
Constructors
InvalidCollisionTypeException(Type, Type)
Thrown when the narrow phase encounters a pair of proxy types it cannot process.
public InvalidCollisionTypeException(Type proxyA, Type proxyB)
Parameters
Remarks
This typically indicates that non-RigidBodyShape proxies were inserted into the world's DynamicTree. Use BroadPhaseFilter to filter such pairs, or ensure only supported proxy types are added.