Table of Contents

Struct EntityAttributes.BulkUpdateScope

Namespace
ElectricDrill.AstraRpgFramework.Attributes
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Disposable bracket returned by BeginBulk(). Dispose flushes deferred events when the outermost bracket closes. Declared as a ref struct so it cannot be boxed or captured across async boundaries — each bracket must be confined to a single stack frame.

public ref struct EntityAttributes.BulkUpdateScope

Methods

Dispose()

public void Dispose()