Struct ColliderKeyPair
A pair of collider keys.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct ColliderKeyPair
Fields
ColliderKeyA
The collider key a.
Declaration
public ColliderKey ColliderKeyA
Field Value
Type | Description |
---|---|
ColliderKey |
ColliderKeyB
The collider key b.
Declaration
public ColliderKey ColliderKeyB
Field Value
Type | Description |
---|---|
ColliderKey |
Properties
Empty
Gets the empty ColliderKeyPair.
Declaration
public static readonly ColliderKeyPair Empty { get; }
Property Value
Type | Description |
---|---|
ColliderKeyPair | The empty ColliderKeyPair. |