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

    Struct RelationChildValues<TValue1, TValue2, TValue3>

    Container for 3 trait values of a relation child

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

    The 1st trait's type

    TValue2

    The 2nd trait's type

    TValue3

    The 3rd trait's type

    Properties

    Trait1

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

    Trait2

    Declaration
    public TValue2 Trait2 { get; set; }
    Property Value
    Type Description
    TValue2
    Implements
    IRelationChildValues<T1, T2, T3>.Trait2

    Trait3

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