Interface IRelationRatingMethod<TChild1Values, TChild2Values> | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IRelationRatingMethod<TChild1Values, TChild2Values>

    Namespace: Unity.MARS.Query
    Syntax
    public interface IRelationRatingMethod<TChild1Values, TChild2Values>
        where TChild1Values : struct, IRelationChildValues where TChild2Values : struct, IRelationChildValues
    Type Parameters
    Name Description
    TChild1Values
    TChild2Values

    Methods

    RateDataMatch(ref TChild1Values, ref TChild2Values)

    Declaration
    float RateDataMatch(ref TChild1Values child1, ref TChild2Values child2)
    Parameters
    Type Name Description
    TChild1Values child1
    TChild2Values child2
    Returns
    Type Description
    Single
    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