Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TransitionEventBase<T0>.AffectsProperty

Declaration

public bool AffectsProperty(UIElements.StylePropertyName stylePropertyName);

Parameters

stylePropertyName The property to check against.

Returns

bool true if the ITransitionEvent affects the specified property; otherwise, false.

Description

Determines whether the ITransitionEvent affects the specified property.