Version: 2020.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

ITransitionAnimations

interface in UnityEngine.UIElements.Experimental

マニュアルに切り替える

説明

Provides helper methods to create transition animations for VisualElement style values

Public 関数

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.