Struct BufferTypeHandle<T>
Syntax
[NativeContainer]
[NativeContainerSupportsMinMaxWriteRestriction]
public struct BufferTypeHandle<T>
where T : struct, IBufferElementData
Type Parameters
Properties
Methods
Name |
Description |
Update(SystemBase)
|
When a BufferTypeHandle is cached by a system across multiple system updates, calling this function
inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the
type handle safe to use.
|
Update(ref SystemState)
|
When a BufferTypeHandle is cached by a system across multiple system updates, calling this function
inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the
type handle safe to use.
|