Search Results for

    Show / Hide Table of Contents

    Struct DOTSDynamicBone_BufferElement

    This is a BufferElement that holds a bone and the start and end index of its particles in the Particle DynamicBuffer

    Implements
    IBufferElementData
    Namespace: DOTSDynamicBone
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct DOTSDynamicBone_BufferElement : IBufferElementData
    Remarks

    This is a BufferElement that holds a bone and the start and end index of its particles in the Particle DynamicBuffer

    Fields

    end

    Declaration
    public int end
    Field Value
    Type Description
    System.Int32

    end index in a Particle DynamicBuffer

    start

    Declaration
    public int start
    Field Value
    Type Description
    System.Int32

    start index in a Particle DynamicBuffer

    Value

    Declaration
    public DOTSDynamicBone Value
    Field Value
    Type Description
    DOTSDynamicBone

    A DOTSDynamicBone

    Implements

    IBufferElementData
    In This Article
    Back to top DOTS Dynamic Bone Documentation