Module packet

Source

Structs§

CompSyncPackage
EntityPackage
EntitySyncPackage

Enums§

CompUpdateKind

Traits§

CompPacket
Implemented by type that carries component data for insertion and modification The assocatied Phantom type only carries information about which component type is of interest and is used to transmit deletion events
InterpolatableComponent

Functions§

handle_insert
Useful for implementing CompPacket trait
handle_interp_insert
handle_interp_modify
handle_interp_remove
handle_modify
Useful for implementing CompPacket trait
handle_remove
Useful for implementing CompPacket trait