docs.unity3d.com
    Show / Hide Table of Contents

    Class ISimulationEventUtilities

    A simulation event utility class.

    Inheritance
    Object
    ISimulationEventUtilities
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Physics
    Syntax
    public static class ISimulationEventUtilities

    Methods

    CompareEvents<T>(T, T)

    Compare events.

    Declaration
    public static int CompareEvents<T>(T thisEvent, T otherEvent)
        where T : struct, ISimulationEvent<T>
    Parameters
    Type Name Description
    T thisEvent

    this event.

    T otherEvent

    The other event.

    Returns
    Type Description
    Int32

    Negative number if this object is less than the other, 0 if they are equal, or positive if this is greater.

    Type Parameters
    Name Description
    T

    Generic type parameter.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023