Struct ColliderKey
Syntax
public struct ColliderKey : IEquatable<ColliderKey>
Fields
Empty
Declaration
public static readonly ColliderKey Empty
Field Value
Properties
Value
Declaration
public uint Value { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Methods
Equals(ColliderKey)
Declaration
public bool Equals(ColliderKey other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
PopSubKey(UInt32, out UInt32)
Declaration
public bool PopSubKey(uint numSubKeyBits, out uint subKey)
Parameters
Type |
Name |
Description |
System.UInt32 |
numSubKeyBits |
|
System.UInt32 |
subKey |
|
Returns
Type |
Description |
System.Boolean |
|
PushSubKey(UInt32, UInt32)
Declaration
public void PushSubKey(uint numSubKeyBits, uint subKey)
Parameters
Type |
Name |
Description |
System.UInt32 |
numSubKeyBits |
|
System.UInt32 |
subKey |
|