Function SpriteBase3D.doubleSided
If true
, texture can be seen from the back as well, if false
, it is invisible when looking at it from behind.
bool doubleSided() nothrow @property @nogc;
void doubleSided
(
bool v
) nothrow @property @nogc;