Interface IPropertyBag | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPropertyBag

    Namespace: Unity.Properties
    Syntax
    public interface IPropertyBag

    Methods

    Accept<TVisitor>(ref Object, TVisitor, ref ChangeTracker)

    Declaration
    void Accept<TVisitor>(ref object container, TVisitor visitor, ref ChangeTracker changeTracker)
        where TVisitor : IPropertyVisitor
    Parameters
    Type Name Description
    System.Object container
    TVisitor visitor
    ChangeTracker changeTracker
    Type Parameters
    Name Description
    TVisitor

    Cast<TCallback>(ref TCallback)

    Declaration
    void Cast<TCallback>(ref TCallback callback)
        where TCallback : IContainerTypeCallback
    Parameters
    Type Name Description
    TCallback callback
    Type Parameters
    Name Description
    TCallback
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX