ShadowMaterial constructor
ShadowMaterial([
- dynamic parameters
Implementation
ShadowMaterial([parameters]) : super() {
type = 'ShadowMaterial';
color = Color.fromHex(0x000000);
transparent = true;
fog = true;
setValues(parameters);
}