AffectsProperty(StylePropertyName)
Determines whether the ITransitionEvent affects the specified property.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool AffectsProperty(StylePropertyName stylePropertyName)
Parameters
The property to check against.
Returns
Type | Description |
|---|---|
| bool | true if the ITransitionEvent affects the specified property; otherwise, false. |