Class ProxyListViewPropertyData<TContainer> | MARS Companion Core | 0.1.9-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ProxyListViewPropertyData<TContainer>

    Inheritance
    Object
    NestedListViewItemData<ProxyListViewData, Int32>
    ProxyListViewData
    ProxyListViewPropertyData<TContainer>
    Inherited Members
    ProxyListViewData.m_PrefabMetadata
    ProxyListViewData.m_TransformPath
    ProxyListViewData.m_ComponentIndex
    ProxyListViewData.index
    ProxyListViewData.template
    ProxyListViewData.Container
    ProxyListViewData.Proxy
    NestedListViewItemData<ProxyListViewData, Int32>.m_Children
    NestedListViewItemData<ProxyListViewData, Int32>.index
    NestedListViewItemData<ProxyListViewData, Int32>.template
    NestedListViewItemData<ProxyListViewData, Int32>.selected
    NestedListViewItemData<ProxyListViewData, Int32>.children
    NestedListViewItemData<ProxyListViewData, Int32>.childrenChanging
    Namespace: Unity.MARS.Companion.Core
    Syntax
    public class ProxyListViewPropertyData<TContainer> : ProxyListViewData, INestedListViewItemData<ProxyListViewData, int>, IListViewItemData<int>, IProxyListViewPropertyData
    Type Parameters
    Name Description
    TContainer

    Constructors

    ProxyListViewPropertyData(String, TContainer, List<ProxyListViewData>, IProperty<TContainer>, String)

    Declaration
    public ProxyListViewPropertyData(string template, TContainer container, List<ProxyListViewData> children, IProperty<TContainer> property, string propertyPath)
    Parameters
    Type Name Description
    String template
    TContainer container
    List<ProxyListViewData> children
    IProperty<TContainer> property
    String propertyPath

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    String
    Implements
    IProxyListViewPropertyData.DisplayName

    PropertyName

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    String
    Implements
    IProxyListViewPropertyData.PropertyName

    Methods

    DeclaredValueType()

    Declaration
    public Type DeclaredValueType()
    Returns
    Type Description
    Type
    Implements
    IProxyListViewPropertyData.DeclaredValueType()

    GetValue()

    Declaration
    public object GetValue()
    Returns
    Type Description
    Object
    Implements
    IProxyListViewPropertyData.GetValue()

    HasAttribute<T>()

    Declaration
    public bool HasAttribute<T>()
        where T : Attribute
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T
    Implements
    IProxyListViewPropertyData.HasAttribute<T>()

    OnOptionalConstraintToggleValueChanged(Boolean)

    Declaration
    public void OnOptionalConstraintToggleValueChanged(bool value)
    Parameters
    Type Name Description
    Boolean value
    Implements
    IProxyListViewPropertyData.OnOptionalConstraintToggleValueChanged(Boolean)

    SetOptionalConstraintProperty(IProperty)

    Declaration
    public void SetOptionalConstraintProperty(IProperty property)
    Parameters
    Type Name Description
    IProperty property

    Setup(Toggle, Object)

    Declaration
    public void Setup(Toggle optionalConstraintToggle, object typelessContainer)
    Parameters
    Type Name Description
    Toggle optionalConstraintToggle
    Object typelessContainer
    Implements
    IProxyListViewPropertyData.Setup(Toggle, Object)

    TrySetValue<TValue>(TValue)

    Declaration
    public bool TrySetValue<TValue>(TValue value)
    Parameters
    Type Name Description
    TValue value
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TValue
    Implements
    IProxyListViewPropertyData.TrySetValue<TValue>(TValue)
    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