@masatomakino/threejs-billboard
    Preparing search index...

    Interface IRenderablePixiView

    interface IRenderablePixiView {
        canvas: HTMLCanvasElement;
        container: Container;
        isDisposed: boolean;
        texture: Texture;
    }

    Implemented by

    Index

    Properties

    canvas: HTMLCanvasElement
    container: Container
    isDisposed: boolean
    texture: Texture