C# Class FairyGUI.Image

Inheritance: DisplayObject
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Protected Properties

Свойство Type Description
_color Color
_fillAmount float
_fillClockwise bool
_fillMethod FillMethod
_fillOrigin int
_flip FlipType
_scale9Grid Rect?
_scaleByTile bool
_texture NTexture
_tileGridIndice int

Méthodes publiques

Méthode Description
Image ( ) : System
Image ( NTexture texture ) : System

PrintTo ( Mesh mesh, Rect localRect ) : void

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

SetNativeSize ( ) : void

Update ( UpdateContext context ) : void

Méthodes protégées

Méthode Description
Create ( NTexture texture ) : void
GenerateGrids ( Rect gridRect, Rect uvRect ) : void
Rebuild ( ) : void
UpdateTexture ( NTexture value ) : void

Private Methods

Méthode Description
TileFill ( Rect destRect, Rect uvRect, float sourceW, float sourceH, int vertIndex ) : int

Method Details

Create() protected méthode

protected Create ( NTexture texture ) : void
texture NTexture
Résultat void

GenerateGrids() protected méthode

protected GenerateGrids ( Rect gridRect, Rect uvRect ) : void
gridRect UnityEngine.Rect
uvRect UnityEngine.Rect
Résultat void

Image() public méthode

public Image ( ) : System
Résultat System

Image() public méthode

public Image ( NTexture texture ) : System
texture NTexture
Résultat System

PrintTo() public méthode

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

Rebuild() protected méthode

protected Rebuild ( ) : void
Résultat void

SetNativeSize() public méthode

public SetNativeSize ( ) : void
Résultat void

Update() public méthode

public Update ( UpdateContext context ) : void
context UpdateContext
Résultat void

UpdateTexture() protected méthode

protected UpdateTexture ( NTexture value ) : void
value NTexture
Résultat void

Property Details

_color protected_oe property

protected Color _color
Résultat Color

_fillAmount protected_oe property

protected float _fillAmount
Résultat float

_fillClockwise protected_oe property

protected bool _fillClockwise
Résultat bool

_fillMethod protected_oe property

protected FillMethod _fillMethod
Résultat FillMethod

_fillOrigin protected_oe property

protected int _fillOrigin
Résultat int

_flip protected_oe property

protected FlipType _flip
Résultat FlipType

_scale9Grid protected_oe property

protected Rect? _scale9Grid
Résultat Rect?

_scaleByTile protected_oe property

protected bool _scaleByTile
Résultat bool

_texture protected_oe property

protected NTexture,FairyGUI _texture
Résultat NTexture

_tileGridIndice protected_oe property

protected int _tileGridIndice
Résultat int