Struct RelationChildValues<TValue1, TValue2> | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct RelationChildValues<TValue1, TValue2>

    Container for 2 trait values of a relation child

    Namespace: Unity.MARS
    Syntax
    public struct RelationChildValues<TValue1, TValue2> : IRelationChildValues<TValue1, TValue2>, IRelationChildValues where TValue1 : struct where TValue2 : struct
    Type Parameters
    Name Description
    TValue1

    The 1st trait's type

    TValue2

    The 2nd trait's type

    Properties

    Trait1

    Declaration
    public TValue1 Trait1 { get; set; }
    Property Value
    Type Description
    TValue1
    Implements
    IRelationChildValues<T1, T2>.Trait1

    Trait2

    Declaration
    public TValue2 Trait2 { get; set; }
    Property Value
    Type Description
    TValue2
    Implements
    IRelationChildValues<T1, T2>.Trait2
    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