Method RemoveAssetEntry
RemoveAssetEntry(string, bool)
Remove an asset entry.
선언
public bool RemoveAssetEntry(string guid, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The guid of the asset. |
bool | postEvent | Send modifcation event. |
반환
타입 | 설명 |
---|---|
bool | True if the entry was found and removed. |