C# Class uNodeEditor.uLabelField

Inheritance: uControlBase
Show file Open project: DandyMania/uNodeEditor

Public Methods

Method Description
DrawText ( string text, Color color, int size = 12 ) : void
OnDrawGUI ( ) : void

GUI描画

OnPaint ( ) : void

描画

OnUpdate ( ) : void

更新

uLabelField ( string text, Color color, int size = 12 ) : UnityEditor

Method Details

DrawText() public static method

public static DrawText ( string text, Color color, int size = 12 ) : void
text string
color UnityEngine.Color
size int
return void

OnDrawGUI() public method

GUI描画
public OnDrawGUI ( ) : void
return void

OnPaint() public method

描画
public OnPaint ( ) : void
return void

OnUpdate() public method

更新
public OnUpdate ( ) : void
return void

uLabelField() public method

public uLabelField ( string text, Color color, int size = 12 ) : UnityEditor
text string
color UnityEngine.Color
size int
return UnityEditor