@twinfinity/core
    Preparing search index...

    Interface GridOptions

    Options to control a 3D help grid

    interface GridOptions {
        isEnabled: boolean;
        lineColor?: Color3;
        lineDistanceInMeter?: number;
        mainColor?: Color3;
        y?: number;
    }
    Index

    Properties

    isEnabled: boolean

    Whether grid shall be shown or not

    lineColor?: Color3

    Line color

    lineDistanceInMeter?: number

    How far apart lines are supposed to be.

    mainColor?: Color3

    color between lines

    y?: number

    Offset of grid along y axis. Default is 0.