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 : IBufferElementDataRemarks
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 endField Value
| Type | Description | 
|---|---|
| System.Int32 | end index in a Particle DynamicBuffer | 
start
Declaration
public int startField Value
| Type | Description | 
|---|---|
| System.Int32 | start index in a Particle DynamicBuffer | 
Value
Declaration
public DOTSDynamicBone ValueField Value
| Type | Description | 
|---|---|
| DOTSDynamicBone | A DOTSDynamicBone | 
Implements
      IBufferElementData