Share via


UITimingCurveType 列挙型

定義

さまざまな種類のタイミング 曲線を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITimingCurveType
type UITimingCurveType = 
継承
UITimingCurveType
属性

フィールド

Builtin 0

組み込みの UIKit タイミング 曲線。

Composed 3

立方タイミングで始まるが、スプリング動作も含むタイミング曲線の種類。

Cubic 1

3 次ベジエ曲線に基づくタイミング曲線。

Spring 2

カスタムスプリングパラメータに基づくタイミングカーブ。

適用対象