Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AffectsProperty(StylePropertyName)

Determines whether the ITransitionEvent affects the specified property.
Read time 1 minuteLast updated 9 days ago

Definition

public bool AffectsProperty(StylePropertyName stylePropertyName)

Parameters

stylePropertyName

The property to check against.

Returns

Type

Description

booltrue if the ITransitionEvent affects the specified property; otherwise, false.