cull(engine-cleanup): pass-9 cascade round 1 after UILabel stub
This commit is contained in:
@@ -10,8 +10,8 @@ using Wizard;
|
||||
[AddComponentMenu("NGUI/UI/NGUI Label")]
|
||||
public class UILabel : UIWidget
|
||||
{
|
||||
public enum Effect { None, Outline, Outline8 }
|
||||
public enum Overflow { ShrinkContent, ClampContent, ResizeFreely, ResizeHeight }
|
||||
public enum Effect { None, Outline8 }
|
||||
public enum Overflow { ClampContent}
|
||||
public enum Crispness { }
|
||||
|
||||
// Backing field populated by the shim's Materialize() reflection path so material is non-null
|
||||
@@ -30,7 +30,6 @@ public class UILabel : UIWidget
|
||||
public bool overflowEllipsis;
|
||||
public int maxLineCount;
|
||||
public int fontSize;
|
||||
public int spacingX;
|
||||
public int spacingY;
|
||||
public NGUIText.Alignment alignment;
|
||||
public bool applyGradient;
|
||||
@@ -40,14 +39,6 @@ public class UILabel : UIWidget
|
||||
public UIFont bitmapFont;
|
||||
public UnityEngine.Font trueTypeFont;
|
||||
|
||||
// RubyText extension fields
|
||||
public bool IsRuby;
|
||||
public bool IsDot;
|
||||
public float RubyMargin;
|
||||
public float RubyScale;
|
||||
public float DotMargin;
|
||||
public float DotScale;
|
||||
|
||||
// Methods
|
||||
public void ProcessText() { }
|
||||
public void SetWrapText(string text) { }
|
||||
|
||||
Reference in New Issue
Block a user