Crate bevy_twitch_minimap Copy item path Source ClickEvent This is an event that is triggered when a user clicks on the minimap
The x
and y
values are normalized between 0-1. Connect Emit this event once to trigger the connection to the server. ExtraCss Any extra global css to be included OnMinimap This is the main component you will interact with.
The plugin will automatically transmit the data of all entities marked with this component to
the server. ServerEvent A server event is the data sent to the server, you should rarely need to construct this
yourself. TwitchMinimapPlugin The main plugin. Unit Represents the unit data for the minimap. WorldInfo Contains information on the world space which is used to normalize entity positions. ClientEvent A event from a client. ServerData Represents possible events to be sent to the server.