Class DynamicBufferProxy<T> | Entities | 0.2.0-preview.18
docs.unity.cn
    Show / Hide Table of Contents

    Class DynamicBufferProxy<T>

    Inheritance
    Object
    ComponentDataProxyBase
    DynamicBufferProxy<T>
    Inherited Members
    ComponentDataProxyBase.OnEnable()
    ComponentDataProxyBase.OnDisable()
    Namespace: Unity.Entities
    Syntax
    public abstract class DynamicBufferProxy<T> : ComponentDataProxyBase, ISerializationCallbackReceiver where T : struct, IBufferElementData
    Type Parameters
    Name Description
    T

    Properties

    Value

    Declaration
    public IEnumerable<T> Value { get; }
    Property Value
    Type Description
    IEnumerable<T>

    Methods

    SetValue(IReadOnlyList<T>)

    Declaration
    public void SetValue(IReadOnlyList<T> value)
    Parameters
    Type Name Description
    IReadOnlyList<T> value

    ValidateSerializedData(List<T>)

    Declaration
    protected virtual void ValidateSerializedData(List<T> serializedData)
    Parameters
    Type Name Description
    List<T> serializedData
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX