Function CanvasItem.useParentMaterial
If true
, the parent CanvasItem
's material
property is used as this one's material.
bool useParentMaterial() nothrow @property @nogc;
void useParentMaterial
(
bool v
) nothrow @property @nogc;