Class QRCode

Used for showing and hiding the Table Realms QR Code.

Hierarchy

  • QRCode

Index

Methods

  • GetQRCodeEntity
  • SetQRCodeEntity

Methods

Static GetQRCodeEntity

GetQRCodeEntity(): ut.Entity
  • Defined in TableRealms.ts:38
    • Get the entity that the QR code is injected into.
    • Returns ut.Entity

Static SetQRCodeEntity

SetQRCodeEntity(entity: ut.Entity): void
  • Defined in TableRealms.ts:33
    • This method can be called to set or change the entity that the QR code is injected into.

Parameters

  • entity: ut.Entity
    • Returns void