C# Class uControlBase, uNodeEditor

Afficher le fichier Open project: DandyMania/uNodeEditor

Méthodes publiques

Свойство Type Description
bInit bool

Méthodes publiques

Méthode Description
OnDrawGUI ( ) : void

GUI描画

OnInit ( ) : void

初期化

OnPaint ( ) : void

描画

OnUpdate ( ) : void

更新

Method Details

OnDrawGUI() public méthode

GUI描画
public OnDrawGUI ( ) : void
Résultat void

OnInit() public méthode

初期化
public OnInit ( ) : void
Résultat void

OnPaint() public méthode

描画
public OnPaint ( ) : void
Résultat void

OnUpdate() public méthode

更新
public OnUpdate ( ) : void
Résultat void

Property Details

bInit public_oe property

public bool bInit
Résultat bool