docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IContactEventHandlerWithInfo

    This is an extended version of IContactEventHandler and can be used to register a Rigidbody with a RigidbodyContactEventManager instance.
    This provides additional ContactEventHandlerInfo information to the RigidbodyContactEventManager for each set of contact events it is processing.

    Inherited Members
    IContactEventHandler.GetRigidbody()
    IContactEventHandler.ContactEvent(ulong, Vector3, Rigidbody, Vector3, bool, Vector3)
    Namespace: Unity.Netcode.Components
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public interface IContactEventHandlerWithInfo : IContactEventHandler

    Methods

    GetContactEventHandlerInfo()

    Invoked by RigidbodyContactEventManager for each set of contact events it is processing (prior to processing).

    Declaration
    ContactEventHandlerInfo GetContactEventHandlerInfo()
    Returns
    Type Description
    ContactEventHandlerInfo

    ContactEventHandlerInfo

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)