프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BackIn | EasingMethod | ||
BackInOut | EasingMethod | ||
BackOut | EasingMethod | ||
BounceIn | EasingMethod | ||
BounceInOut | EasingMethod | ||
BounceOut | EasingMethod | ||
CircularIn | EasingMethod | ||
CircularInOut | EasingMethod | ||
CircularOut | EasingMethod | ||
CubicIn | EasingMethod | ||
CubicInOut | EasingMethod | ||
CubicOut | EasingMethod | ||
ElasticIn | EasingMethod | ||
ElasticInOut | EasingMethod | ||
ElasticOut | EasingMethod | ||
ExponentialIn | EasingMethod | ||
ExponentialInOut | EasingMethod | ||
ExponentialOut | EasingMethod | ||
Linear | EasingMethod | ||
QuadraticIn | EasingMethod | ||
QuadraticInOut | EasingMethod | ||
QuadraticOut | EasingMethod | ||
QuarticIn | EasingMethod | ||
QuarticInOut | EasingMethod | ||
QuarticOut | EasingMethod | ||
QuinticIn | EasingMethod | ||
QuinticInOut | EasingMethod | ||
QuinticOut | EasingMethod | ||
SinusoidalIn | EasingMethod | ||
SinusoidalInOut | EasingMethod | ||
SinusoidalOut | EasingMethod |
메소드 | 설명 | |
---|---|---|
BackInCustom ( float swing = BackDefaultSwing ) : EasingMethod |
Back easing with custom swing amount, in direction.
|
|
BackInOutCustom ( float swing = BackDefaultSwing ) : EasingMethod |
Back easing with custom swing amount, in-out direction.
|
|
BackOutCustom ( float swing = BackDefaultSwing ) : EasingMethod |
Back easing with custom swing amount, out direction.
|
|
EasingForType ( EasingType type, EasingDirection direction ) : EasingMethod |
Return the easing method for the given enum values. This allows to e.g. choose the easing in the Unity editor using the provided enums.
|
|
ElasticInCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod |
Elastic easing with custom amplitude and period, in direction.
|
|
ElasticInOutCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod |
Elastic easing with custom amplitude and period, in-out direction.
|
|
ElasticOutCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod |
Elastic easing with custom amplitude and period, out direction.
|
public static BackInCustom ( float swing = BackDefaultSwing ) : EasingMethod | ||
swing | float | /// Swing amount. /// |
리턴 | EasingMethod |
public static BackInOutCustom ( float swing = BackDefaultSwing ) : EasingMethod | ||
swing | float | /// Swing amount. /// |
리턴 | EasingMethod |
public static BackOutCustom ( float swing = BackDefaultSwing ) : EasingMethod | ||
swing | float | /// Swing amount. /// |
리턴 | EasingMethod |
public static EasingForType ( EasingType type, EasingDirection direction ) : EasingMethod | ||
type | EasingType | /// Easing type. /// |
direction | EasingDirection | /// Easing direction. /// |
리턴 | EasingMethod |
public static ElasticInCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod | ||
amplitude | float | /// Amplitude of the elasticity (1 = full target value, < 1 never reaches target). /// |
period | float | /// Period of the elasticity (1 / period = number of swings). /// |
리턴 | EasingMethod |
public static ElasticInOutCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod | ||
amplitude | float | /// Amplitude of the elasticity (1 = full target value, < 1 never reaches target). /// |
period | float | /// Period of the elasticity (1 / period = number of swings). /// |
리턴 | EasingMethod |
public static ElasticOutCustom ( float amplitude = ElasticDefaultAmplitude, float period = ElasticDefaultPeriod ) : EasingMethod | ||
amplitude | float | /// Amplitude of the elasticity (1 = full target value, < 1 never reaches target). /// |
period | float | /// Period of the elasticity (1 / period = number of swings). /// |
리턴 | EasingMethod |