Struct ColliderKey | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct ColliderKey

    Namespace: Unity.Physics
    Syntax
    public struct ColliderKey : IEquatable<ColliderKey>

    Fields

    Empty

    Declaration
    public static readonly ColliderKey Empty
    Field Value
    Type Description
    ColliderKey

    Properties

    Value

    Declaration
    public uint Value { get; }
    Property Value
    Type Description
    UInt32

    Methods

    Equals(ColliderKey)

    Declaration
    public bool Equals(ColliderKey other)
    Parameters
    Type Name Description
    ColliderKey other
    Returns
    Type Description
    Boolean

    PopSubKey(UInt32, out UInt32)

    Declaration
    public bool PopSubKey(uint numSubKeyBits, out uint subKey)
    Parameters
    Type Name Description
    UInt32 numSubKeyBits
    UInt32 subKey
    Returns
    Type Description
    Boolean

    PushSubKey(UInt32, UInt32)

    Declaration
    public void PushSubKey(uint numSubKeyBits, uint subKey)
    Parameters
    Type Name Description
    UInt32 numSubKeyBits
    UInt32 subKey
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX