Struct ColliderKeyPath
Syntax
public struct ColliderKeyPath
Constructors
ColliderKeyPath(ColliderKey, UInt32)
Declaration
public ColliderKeyPath(ColliderKey key, uint numKeyBits)
Parameters
Type |
Name |
Description |
ColliderKey |
key |
|
System.UInt32 |
numKeyBits |
|
Properties
Empty
Declaration
public static ColliderKeyPath Empty { get; }
Property Value
Key
Declaration
public ColliderKey Key { get; }
Property Value
Methods
GetLeafKey(ColliderKey)
Declaration
public ColliderKey GetLeafKey(ColliderKey leafKeyLocal)
Parameters
Returns
PopChildKey(UInt32)
Declaration
public void PopChildKey(uint numChildKeyBits)
Parameters
Type |
Name |
Description |
System.UInt32 |
numChildKeyBits |
|
PushChildKey(ColliderKeyPath)
Declaration
public void PushChildKey(ColliderKeyPath child)
Parameters