Skip to main content

b2ContactFeature

b2ContactFeature

Box2D.Collision

Type: Struct

Constructors

b2ContactFeature(byte, byte, b2ContactFeatureType, b2ContactFeatureType)

Methods

Equals(ref b2ContactFeature)

System.Boolean Equals(ref b2ContactFeature)(Box2D.Collision.b2ContactFeature bcf)
Parameters:
bcf (Box2D.Collision.b2ContactFeature)
Returns:
System.Boolean

Equals(object)

System.Boolean Equals(object)(System.Object o)
Parameters:
o (System.Object)
Returns:
System.Boolean
Example

GetHashCode()

System.Int32 GetHashCode()()
Returns:
System.Int32
Example

Set(b2ContactFeature)

Set(b2ContactFeature)(Box2D.Collision.b2ContactFeature cf)
Parameters:
cf (Box2D.Collision.b2ContactFeature)

Fields

Zero(Box2D.Collision.b2ContactFeature)
indexA(System.Byte)
indexB(System.Byte)
typeA(Box2D.Collision.b2ContactFeatureType)
typeB(Box2D.Collision.b2ContactFeatureType)

Propertys

key(System.Int32)

Hack to make the b2ContactID union from Box2D work.