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

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

    Trait2

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