rhodonite
    Preparing search index...

    Variable LightTypeConst

    LightType: Readonly<
        {
            Ambient: EnumIO;
            Directional: EnumIO;
            from: (index: number) => EnumIO;
            fromString: (str: string) => EnumIO;
            Point: EnumIO;
            Spot: EnumIO;
        },
    > = ...