dazscript-types
Version:
Daz Studio Scripting Types
11 lines (10 loc) • 373 B
TypeScript
declare class DzDistantLight extends DzLight {
static className(): string;
getDiffuseColor(): Color
getDiffuseColorControl(): DzColorProperty
getIlluminationControl(): DzEnumProperty
getIntensity(): number
getIntensityControl(): DzFloatProperty
getShadowBiasControl(): DzFloatProperty
getShadowSoftnessControl(): DzFloatProperty
}