Interface IProxyListViewPropertyData | MARS Companion Core | 0.1.9-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IProxyListViewPropertyData

    Namespace: Unity.MARS.Companion.Core
    Syntax
    public interface IProxyListViewPropertyData

    Properties

    DisplayName

    Declaration
    string DisplayName { get; }
    Property Value
    Type Description
    String

    PropertyName

    Declaration
    string PropertyName { get; }
    Property Value
    Type Description
    String

    Methods

    DeclaredValueType()

    Declaration
    Type DeclaredValueType()
    Returns
    Type Description
    Type

    GetValue()

    Declaration
    object GetValue()
    Returns
    Type Description
    Object

    HasAttribute<T>()

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

    OnOptionalConstraintToggleValueChanged(Boolean)

    Declaration
    void OnOptionalConstraintToggleValueChanged(bool value)
    Parameters
    Type Name Description
    Boolean value

    Setup(Toggle, Object)

    Declaration
    void Setup(Toggle optionalConstraintToggle, object typelessContainer)
    Parameters
    Type Name Description
    Toggle optionalConstraintToggle
    Object typelessContainer

    TrySetValue<TValue>(TValue)

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