Skip to content

Rework UI again #156

@PowerfulBacon

Description

@PowerfulBacon

Have a react style UI system.

class ExampleState : State
{

}

class ExampleUserInterface : UserInterface<ExampleState>
{
    override void Render()
    {
        return new UserInterfaceComponent(...);
    }
}

Updating the state will re-call render

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions