Broadcast
Creates and returns a duplicate of the asset. Changes to one copy will not affect the other.
Syntax
- static void Broadcast(const bool mode)
Parameters
- mode: if set to true, broadcasting is enabled.
Remarks
If you want to create an instance of the asset, which will share the resource, use Object::AddRef() instead.