mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-22 16:42:38 +08:00
Implemented the console log, some cleanups
This commit is contained in:
@ -33,6 +33,9 @@ namespace UnityExplorer.UI.CacheObject
|
||||
return;
|
||||
|
||||
SetValueFromSource(RefConfigElement.BoxedValue);
|
||||
|
||||
if (this.CellView != null)
|
||||
this.SetDataToCell(CellView);
|
||||
}
|
||||
|
||||
public override void TrySetUserValue(object value)
|
||||
|
Reference in New Issue
Block a user