Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

VisualElement.OnStyleResolved

マニュアルに切り替える
public void OnStyleResolved (Experimental.UIElements.StyleSheets.ICustomStyle style);

説明

Callback when the styles of an object have changed.

This method can be overriden to intercept custom style properties which are applied to a VisualElement from USS. It is invoked when styles are re-computed for current object and when a style sheet is re-imported in the Editor.