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

ITransitionAnimations

interface in UnityEngine.UIElements.Experimental

Cambiar al Manual

Descripción

Provides helper methods to create transition animations for VisualElement style values

Funciones Públicas

LayoutTriggers an animation changing this element's layout style values. See Also: IStyle.top, IStyle.left, IStyle.width, IStyle.height.
PositionTriggers an animation changing this element's transform position. See Also: ITransform.position.
RotationTriggers an animation changing this element's transform rotation. See Also: ITransform.rotation.
ScaleTriggers an animation changing this element's transform scale. See Also: ITransform.scale.
SizeTriggers an animation changing this element's size style values. See Also: IStyle.width, IStyle.height.
StartStarts a transition animation on this VisualElement.
TopLeftTriggers an animation changing this element's positioning style values. See Also: IStyle.top, IStyle.left.