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

ワイプ More...

Inheritance diagram for UshiSoft.ST.TransitionWipe:
UshiSoft.ST.TransitionBase

Protected Member Functions

override void OnOut (float t)
 ここにトランジションアウト処理を記述する
 
override void OnIn (float t)
 ここにトランジションイン処理を記述する
 
- Protected Member Functions inherited from UshiSoft.ST.TransitionBase
void SetAlpha (float alpha)
 アルファを設定する
 

Private Attributes

float _outAngle
 トランジションアウトの角度
 
float _inAngle
 トランジションインの角度
 

Additional Inherited Members

- Public Member Functions inherited from UshiSoft.ST.TransitionBase
void SetTexture (Texture2D texture)
 テクスチャを設定する
 
virtual void Initialize ()
 初期化する
 
void Out (float normalizedTime)
 トランジションアウト
 
void In (float normalizedTime)
 トランジションイン
 
- Protected Attributes inherited from UshiSoft.ST.TransitionBase
RawImage _rawImage
 画面を覆うRawImage
 
RectTransform _rectTransform
 このゲームオブジェクトのRectTransform
 
Material _material
 複製したマテリアル。 シェーダーのプロパティを変更する場合_rawImage.materialではなくこちらを使う
 
- Properties inherited from UshiSoft.ST.TransitionBase
virtual bool IsEnabledCapture [get]
 キャプチャを行うか
 
virtual bool IsEnabledOut [get]
 トランジションアウトを行うか
 
virtual bool IsEnabledIn [get]
 トランジションインを行うか
 

Detailed Description

ワイプ

Member Function Documentation

◆ OnIn()

override void UshiSoft.ST.TransitionWipe.OnIn ( float t)
protectedvirtual

ここにトランジションイン処理を記述する

Parameters
tイージングを施したnormalizedTime

Reimplemented from UshiSoft.ST.TransitionBase.

◆ OnOut()

override void UshiSoft.ST.TransitionWipe.OnOut ( float t)
protectedvirtual

ここにトランジションアウト処理を記述する

Parameters
tイージングを施したnormalizedTime

Reimplemented from UshiSoft.ST.TransitionBase.

Member Data Documentation

◆ _inAngle

float UshiSoft.ST.TransitionWipe._inAngle
private

トランジションインの角度

◆ _outAngle

float UshiSoft.ST.TransitionWipe._outAngle
private

トランジションアウトの角度