Skip to content

Built-in mechanism to reference other entity/component in a component #7

Open
@kevinresol

Description

@kevinresol
class TurretTarget extends Component {
    var target:Entity;
    @:of(target) var position:Position;
}

Macro will transform position into var(default, null) and generate setters for target to populate position.

I think this approach would also benefit serializers, as they only need to store the entity reference

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