Method SetDirty
SetDirty(Boolean)
Used to notify the addressables settings that data has been modified. This must be called by subclasses to ensure proper cache invalidation.
Declaration
protected void SetDirty(bool postEvent)
Parameters
Type | Name | Description |
---|---|---|
Boolean | postEvent | Determines if this method call will post an event to the internal addressables event system |