Esposter
    Preparing search index...

    Interface VisibleConfiguration

    interface VisibleConfiguration {
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    visible: boolean

    The visible state of the Game Object.

    An invisible Game Object will skip rendering, but will still process update logic.