@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface LightConfig

    Lighting configuration 光照配置

    interface LightConfig {
        castShadows: boolean;
        color: Color;
        falloff: "linear" | "quadratic" | "constant";
        intensity: Fixed;
        position: FixedVector2;
        radius: Fixed;
    }
    Index

    Properties

    castShadows: boolean
    color: Color
    falloff: "linear" | "quadratic" | "constant"
    intensity: Fixed
    position: FixedVector2
    radius: Fixed