C# Class SysFontTexture, unity-sysfont

Inheritance: ISysFontTexturable
Datei anzeigen Open project: appbankgames/unity-sysfont Class Usage Examples

Protected Properties

Property Type Description
_heightPixels int
_lastAlignment SysFont.Alignment
_lastFillColor Color
_lastFontName string
_lastFontSize int
_lastIsBold bool
_lastIsItalic bool
_lastIsMultiLine bool
_lastIsShadowEnabled bool
_lastIsStrokeEnabled bool
_lastLineBreakMode SysFont.LineBreakMode
_lastMaxHeightPixels int
_lastMaxWidthPixels int
_lastShadowColor Color
_lastShadowOffset Vector2
_lastStrokeColor Color
_lastStrokeWidth float
_lastText string
_lineSpacing float
_offset float
_textHeightPixels int
_textWidthPixels int
_texture Texture
_widthPixels int

Public Methods

Method Description
Destroy ( ) : void
Update ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_heightPixels protected_oe property

protected int _heightPixels
return int

_lastAlignment protected_oe property

protected SysFont.Alignment _lastAlignment
return SysFont.Alignment

_lastFillColor protected_oe property

protected Color _lastFillColor
return Color

_lastFontName protected_oe property

protected string _lastFontName
return string

_lastFontSize protected_oe property

protected int _lastFontSize
return int

_lastIsBold protected_oe property

protected bool _lastIsBold
return bool

_lastIsItalic protected_oe property

protected bool _lastIsItalic
return bool

_lastIsMultiLine protected_oe property

protected bool _lastIsMultiLine
return bool

_lastIsShadowEnabled protected_oe property

protected bool _lastIsShadowEnabled
return bool

_lastIsStrokeEnabled protected_oe property

protected bool _lastIsStrokeEnabled
return bool

_lastLineBreakMode protected_oe property

protected SysFont.LineBreakMode _lastLineBreakMode
return SysFont.LineBreakMode

_lastMaxHeightPixels protected_oe property

protected int _lastMaxHeightPixels
return int

_lastMaxWidthPixels protected_oe property

protected int _lastMaxWidthPixels
return int

_lastShadowColor protected_oe property

protected Color _lastShadowColor
return Color

_lastShadowOffset protected_oe property

protected Vector2 _lastShadowOffset
return Vector2

_lastStrokeColor protected_oe property

protected Color _lastStrokeColor
return Color

_lastStrokeWidth protected_oe property

protected float _lastStrokeWidth
return float

_lastText protected_oe property

protected string _lastText
return string

_lineSpacing protected_oe property

protected float _lineSpacing
return float

_offset protected_oe property

protected float _offset
return float

_textHeightPixels protected_oe property

protected int _textHeightPixels
return int

_textWidthPixels protected_oe property

protected int _textWidthPixels
return int

_texture protected_oe property

protected Texture _texture
return Texture

_widthPixels protected_oe property

protected int _widthPixels
return int