Scene Transitioner 1.0.0
 
Loading...
Searching...
No Matches
UshiSoft.ST.Easing Class Reference

イージング処理をまとめたクラス More...

Public Types

enum  Type { Linear , QuadIn , QuadOut , QuadInOut }
 イージング種類。後で種類を増やす More...
 

Static Public Member Functions

static float Ease (Type type, float t)
 tにイージングを施す
 

Static Private Member Functions

static float Linear (float t)
 
static float QuadIn (float t)
 
static float QuadOut (float t)
 
static float QuadInOut (float t)
 

Detailed Description

イージング処理をまとめたクラス

Member Enumeration Documentation

◆ Type

イージング種類。後で種類を増やす

Enumerator
Linear 
QuadIn 
QuadOut 
QuadInOut 

Member Function Documentation

◆ Ease()

static float UshiSoft.ST.Easing.Ease ( Type type,
float t )
static

tにイージングを施す

Parameters
typeイージングの種類
tt(0~1)
Returns
イージングが施されたt

◆ Linear()

static float UshiSoft.ST.Easing.Linear ( float t)
staticprivate

◆ QuadIn()

static float UshiSoft.ST.Easing.QuadIn ( float t)
staticprivate

◆ QuadInOut()

static float UshiSoft.ST.Easing.QuadInOut ( float t)
staticprivate

◆ QuadOut()

static float UshiSoft.ST.Easing.QuadOut ( float t)
staticprivate