C# 클래스 SysFontTexture, unity-sysfont

상속: ISysFontTexturable
파일 보기 프로젝트 열기: appbankgames/unity-sysfont 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
Destroy ( ) : void
Update ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

_heightPixels 보호되어 있는 프로퍼티

protected int _heightPixels
리턴 int

_lastAlignment 보호되어 있는 프로퍼티

protected SysFont.Alignment _lastAlignment
리턴 SysFont.Alignment

_lastFillColor 보호되어 있는 프로퍼티

protected Color _lastFillColor
리턴 Color

_lastFontName 보호되어 있는 프로퍼티

protected string _lastFontName
리턴 string

_lastFontSize 보호되어 있는 프로퍼티

protected int _lastFontSize
리턴 int

_lastIsBold 보호되어 있는 프로퍼티

protected bool _lastIsBold
리턴 bool

_lastIsItalic 보호되어 있는 프로퍼티

protected bool _lastIsItalic
리턴 bool

_lastIsMultiLine 보호되어 있는 프로퍼티

protected bool _lastIsMultiLine
리턴 bool

_lastIsShadowEnabled 보호되어 있는 프로퍼티

protected bool _lastIsShadowEnabled
리턴 bool

_lastIsStrokeEnabled 보호되어 있는 프로퍼티

protected bool _lastIsStrokeEnabled
리턴 bool

_lastLineBreakMode 보호되어 있는 프로퍼티

protected SysFont.LineBreakMode _lastLineBreakMode
리턴 SysFont.LineBreakMode

_lastMaxHeightPixels 보호되어 있는 프로퍼티

protected int _lastMaxHeightPixels
리턴 int

_lastMaxWidthPixels 보호되어 있는 프로퍼티

protected int _lastMaxWidthPixels
리턴 int

_lastShadowColor 보호되어 있는 프로퍼티

protected Color _lastShadowColor
리턴 Color

_lastShadowOffset 보호되어 있는 프로퍼티

protected Vector2 _lastShadowOffset
리턴 Vector2

_lastStrokeColor 보호되어 있는 프로퍼티

protected Color _lastStrokeColor
리턴 Color

_lastStrokeWidth 보호되어 있는 프로퍼티

protected float _lastStrokeWidth
리턴 float

_lastText 보호되어 있는 프로퍼티

protected string _lastText
리턴 string

_lineSpacing 보호되어 있는 프로퍼티

protected float _lineSpacing
리턴 float

_offset 보호되어 있는 프로퍼티

protected float _offset
리턴 float

_textHeightPixels 보호되어 있는 프로퍼티

protected int _textHeightPixels
리턴 int

_textWidthPixels 보호되어 있는 프로퍼티

protected int _textWidthPixels
리턴 int

_texture 보호되어 있는 프로퍼티

protected Texture _texture
리턴 Texture

_widthPixels 보호되어 있는 프로퍼티

protected int _widthPixels
리턴 int