Skip to content

Stream component default state #27

@zaucy

Description

@zaucy

When creating a stream component there is not a well-defined default state. This goes for every method of adding a component.

 // is stream_toggle true or false for these?
ctx.add(Aim{});
ctx.generate(Aim{});
registry.add_component(entity, Aim{});

We need to make it clear what the default is and potentially making the default configurable at either the language level or with some API.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions