Interface ShadowFlowOptions

ShadowFlowOptions 参数

interface ShadowFlowOptions {
    endDataTime?: string;
    shadowDarkness?: number;
    shadowSize?: number;
    startDataTime?: string;
    tickCallback?: Function;
    timeInterval?: number;
}

Properties

endDataTime?: string
shadowDarkness?: number
shadowSize?: number
startDataTime?: string
tickCallback?: Function
timeInterval?: number