Scene Transitioner 1.0.0
 
Loading...
Searching...
No Matches
UshiSoft.ST.SingletonMonoBehaviour< T > Class Template Reference

シングルトンなMonoBehaviour More...

Inheritance diagram for UshiSoft.ST.SingletonMonoBehaviour< T >:
UshiSoft.ST.SceneTransitioner

Protected Member Functions

virtual void Initialize ()
 初期化処理はこのメンバ関数をオーバライドして書く
 

Properties

static T Instance [get, private set]
 インスタンス。 Awakeで呼び出すとnullの可能性がある
 

Private Member Functions

void Awake ()
 

Detailed Description

シングルトンなMonoBehaviour

Template Parameters
T継承したクラス
Type Constraints
T :MonoBehaviour 

Member Function Documentation

◆ Awake()

void UshiSoft.ST.SingletonMonoBehaviour< T >.Awake ( )
private

◆ Initialize()

virtual void UshiSoft.ST.SingletonMonoBehaviour< T >.Initialize ( )
protectedvirtual

初期化処理はこのメンバ関数をオーバライドして書く

Reimplemented in UshiSoft.ST.SceneTransitioner.

Property Documentation

◆ Instance

T UshiSoft.ST.SingletonMonoBehaviour< T >.Instance
staticgetprivate set

インスタンス。 Awakeで呼び出すとnullの可能性がある