Function Resource.resourceLocalToScene

If true, the resource will be made unique in each instance of its local scene. It can thus be modified in a scene instance without impacting other instances of that same scene.

bool resourceLocalToScene() nothrow @property @nogc;

void resourceLocalToScene (
  bool v
) nothrow @property @nogc;