C# 클래스 FairyGUI.Image

상속: DisplayObject
파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_color Color
_fillAmount float
_fillClockwise bool
_fillMethod FillMethod
_fillOrigin int
_flip FlipType
_scale9Grid Rect?
_scaleByTile bool
_texture NTexture
_tileGridIndice int

공개 메소드들

메소드 설명
Image ( ) : System
Image ( NTexture texture ) : System

PrintTo ( Mesh mesh, Rect localRect ) : void

截取当前图片的一部分输出到另一个Mesh。不支持图片的填充模式、九宫格的平铺模式。

SetNativeSize ( ) : void

Update ( UpdateContext context ) : void

보호된 메소드들

메소드 설명
Create ( NTexture texture ) : void
GenerateGrids ( Rect gridRect, Rect uvRect ) : void
Rebuild ( ) : void
UpdateTexture ( NTexture value ) : void

비공개 메소드들

메소드 설명
TileFill ( Rect destRect, Rect uvRect, float sourceW, float sourceH, int vertIndex ) : int

메소드 상세

Create() 보호된 메소드

protected Create ( NTexture texture ) : void
texture NTexture
리턴 void

GenerateGrids() 보호된 메소드

protected GenerateGrids ( Rect gridRect, Rect uvRect ) : void
gridRect UnityEngine.Rect
uvRect UnityEngine.Rect
리턴 void

Image() 공개 메소드

public Image ( ) : System
리턴 System

Image() 공개 메소드

public Image ( NTexture texture ) : System
texture NTexture
리턴 System

PrintTo() 공개 메소드

截取当前图片的一部分输出到另一个Mesh。不支持图片的填充模式、九宫格的平铺模式。
public PrintTo ( Mesh mesh, Rect localRect ) : void
mesh UnityEngine.Mesh 目标Mesh
localRect UnityEngine.Rect 制定图片的区域
리턴 void

Rebuild() 보호된 메소드

protected Rebuild ( ) : void
리턴 void

SetNativeSize() 공개 메소드

public SetNativeSize ( ) : void
리턴 void

Update() 공개 메소드

public Update ( UpdateContext context ) : void
context UpdateContext
리턴 void

UpdateTexture() 보호된 메소드

protected UpdateTexture ( NTexture value ) : void
value NTexture
리턴 void

프로퍼티 상세

_color 보호되어 있는 프로퍼티

protected Color _color
리턴 Color

_fillAmount 보호되어 있는 프로퍼티

protected float _fillAmount
리턴 float

_fillClockwise 보호되어 있는 프로퍼티

protected bool _fillClockwise
리턴 bool

_fillMethod 보호되어 있는 프로퍼티

protected FillMethod _fillMethod
리턴 FillMethod

_fillOrigin 보호되어 있는 프로퍼티

protected int _fillOrigin
리턴 int

_flip 보호되어 있는 프로퍼티

protected FlipType _flip
리턴 FlipType

_scale9Grid 보호되어 있는 프로퍼티

protected Rect? _scale9Grid
리턴 Rect?

_scaleByTile 보호되어 있는 프로퍼티

protected bool _scaleByTile
리턴 bool

_texture 보호되어 있는 프로퍼티

protected NTexture,FairyGUI _texture
리턴 NTexture

_tileGridIndice 보호되어 있는 프로퍼티

protected int _tileGridIndice
리턴 int