Versions in this module Expand all Collapse all v0 v0.1.1 May 23, 2022 v0.1.0 May 18, 2022 Changes in this version + func DeserializeGUID(id *api.ID) uuid.UUID + func NewSendPosBuffer(id uuid.UUID) []byte + type AttributeMetadata struct + type Builder struct + func InitBuilder(count int, size int) *Builder + func (mb *Builder) FinishMessage(builder *flatbuffers.Builder, msgType api.Msg, msgOffset flatbuffers.UOffsetT) *websocket.PreparedMessage + func (mb *Builder) GetBuilder() *flatbuffers.Builder + func (mb *Builder) MsgAddStaticObjects(objects []ObjectDefinition) *websocket.PreparedMessage + func (mb *Builder) MsgSetWorld(worldId uuid.UUID, name string, ...) *websocket.PreparedMessage + func (mb *Builder) NewPosBusMessageBuffer(msgid uint32, len int) []byte + func (mb *Builder) ReleaseBuilder(builder *flatbuffers.Builder) + func (mb *Builder) SerializeGUID(builder *flatbuffers.Builder, uuid uuid.UUID) flatbuffers.UOffsetT + func (mb *Builder) SetObjectAttributes(id uuid.UUID, attributes map[string]int32) *websocket.PreparedMessage + func (mb *Builder) SetObjectStrings(id uuid.UUID, strings map[string]string) *websocket.PreparedMessage + func (mb *Builder) SetObjectTextures(id uuid.UUID, textures map[string]string) *websocket.PreparedMessage + func (mb *Builder) WrapMessage(data []byte) *websocket.PreparedMessage + type DecorationMetadata struct + AssetID uuid.UUID + Position cmath.Vec3 + type ObjectDefinition struct + AssetType uuid.UUID + InfoUI uuid.UUID + Minimap uint8 + Name string + ObjectID uuid.UUID + ParentID uuid.UUID + Position cmath.Vec3 + TetheredToParent bool + type SignalType uint8 + type TextureMetadata struct