Struct DynamicBufferContainer<T> | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct DynamicBufferContainer<T>

    Namespace: Unity.Entities
    Syntax
    public struct DynamicBufferContainer<T> : IDynamicBufferContainer
    Type Parameters
    Name Description
    T

    Constructors

    DynamicBufferContainer(Void*, Int32, Int32, Boolean)

    Declaration
    public DynamicBufferContainer(void *buffer, int length, int size, bool isReadOnly)
    Parameters
    Type Name Description
    Void* buffer
    Int32 length
    Int32 size
    Boolean isReadOnly

    Properties

    ElementType

    Declaration
    public Type ElementType { get; }
    Property Value
    Type Description
    Type
    Implements
    IDynamicBufferContainer.ElementType

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX