Method SetDirty
SetDirty(bool)
Used to notify the addressables settings that data has been modified. This must be called by subclasses to ensure proper cache invalidation.
선언
protected void SetDirty(bool postEvent)
파라미터
타입 | 이름 | 설명 |
---|---|---|
bool | postEvent | Determines if this method call will post an event to the internal addressables event system |