Version: 2021.1
언어: 한국어
public static void TrackPropertyValue (UIElements.VisualElement element, SerializedProperty property, Action<SerializedProperty> callback);

파라미터

element VisualElement tracking a property.
property SerializedProperty to track.
callback Invoked when the tracked SerializedProperty value changes.

설명

Checks the property values for changes every frame and invokes a callback when the property value changes. If no callback is specified, a SerializedPropertyChangeEvent is sent to the target element.


Did you find this page useful? Please give it a rating: