Resource Base
Table of contents

TorchButton

Interface TorchButton.

export interface TorchButton {
    /**
     * The location of the torch button. Vew interface Rect for more information.
     */
    location: Rect;
    /**
     * Whether the button is visible.
     */
    visible: boolean;
    /**
     * The torch image when the torch is on.
     */
    torchOnImageBase64: string;
    /**
     * The torch image when the torch is off.
     */
    torchOffImageBase64: string;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +