cubing.js — API Reference - v0.56.1-dev
    Preparing search index...

    Interface StickerDat

    interface StickerDat {
        axis: StickerDatAxis[];
        faces: StickerDatFace[];
        notationMapper: NotationMapper;
        stickers: StickerDatSticker[];
        textureMapper: TextureMapper;
        unswizzle(mv: Move): null | Move;
    }
    Index

    Properties

    notationMapper: NotationMapper
    stickers: StickerDatSticker[]
    textureMapper: TextureMapper

    Methods