Version: 2017.3

SerializedObject.SetIsDifferentCacheDirty

Cambiar al Manual
public void SetIsDifferentCacheDirty ();

Descripción

Update hasMultipleDifferentValues cache on the next /Update()/ call.

Normally, you should not need to call this, as the SerializedProperty setters take care of this. However, when you change an object bypassing the SerializedProperty class, you will need to manually call this to force the difference cache to be updated.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.