Delegate PropertySetter<TContainer, TValue> | Properties | 1.1.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Delegate PropertySetter<TContainer, TValue>

    Represents the method that will handle setting a specified value for a specified container.

    Namespace: Unity.Properties
    Syntax
    public delegate void PropertySetter<TContainer, in TValue>(ref TContainer container, TValue value);
    Parameters
    Type Name Description
    TContainer container

    The container on which to set the data.

    TValue value

    The value to set.

    Type Parameters
    Name Description
    TContainer

    The strongly typed container.

    TValue

    The strongly typed value to set.

    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