C# Class LostPolygon.DynamicWaterSystem.EditorExtensions.EditorGUILayoutExtensions.FixedWidthLabel

Inheritance: IDisposable
Mostrar archivo Open project: caffeinatedguy/Limbs

Public Methods

Method Description
Dispose ( ) : void
FixedWidthLabel ( GUIContent label ) : System
FixedWidthLabel ( string label ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FixedWidthLabel() public method

public FixedWidthLabel ( GUIContent label ) : System
label UnityEngine.GUIContent
return System

FixedWidthLabel() public method

public FixedWidthLabel ( string label ) : System
label string
return System