waytale - v0.3.0
    Preparing search index...

    Class WaytaleAvatar

    Representation of another person in the same space.

    may better be named WaytalePeer?

    mixinPropertyObserver

    Index

    Constructors

    Properties

    Constructors

    • New avatar. Peer ID might be undefined as long as space is used offline, i.e. no peer-to-peer connection has been established yet.

      Parameters

      • id: number

        peer ID

      • name: string

        display name

      • pronouns: string

        how to address

      • graphics: string

        file ID to graphics

      • position: number[]

        tile coordinates

      Returns WaytaleAvatar

    Properties

    graphics: string

    file ID to graphics

    id: number

    peer ID

    name: string

    display name

    position: number[]

    tile coordinates

    pronouns: string

    how to address