Skip to content

Add signals to CommandBuffer #85

@d-bucur

Description

@d-bucur

Currently if your signal handlers need to do structural changes (which happens pretty often in my experience), you need to roll your own Event playback buffer, with a List/Queue etc.

It would be much nicer if you could defer execution of handlers through the same CommandBuffer as other structural changes. For example: CommandBuffer.EmitSignal(entity.Id, new Event())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions