docs.unity3d.com
    显示 / 隐藏目录

    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 { readonly get; set; }
    Property Value
    Type Description
    TValue1
    Implements
    IRelationChildValues<T1, T2, T3>.Trait1

    Trait2

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

    Trait3

    Declaration
    public TValue3 Trait3 { readonly get; set; }
    Property Value
    Type Description
    TValue3
    Implements
    IRelationChildValues<T1, T2, T3>.Trait3
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)