border |
Returns the border sizes of the sprite.
|
bounds |
スプライトの境界を、その中心と範囲をワールド座標単位で示したもの
|
packed |
スプライトがアトラスでパックされている場合、 true を返します |
packingMode |
スプライトがパックされている場合 ( Sprite.packed を参照)、SpritePackingMode を返します |
packingRotation |
スプライトがパックされている場合 ( Sprite.packed を参照)、SpritePackingRotation を返します |
pixelsPerUnit |
The number of pixels in the sprite that correspond to one unit in world space. (Read Only) |
rect |
元のテクスチャにおけるスプライトの位置をピクセルで示したもの
|
texture |
Get the reference to the used texture. If packed this will point to the atlas, if not packed will point to the source sprite. |
textureRect |
Get the rectangle this sprite uses on its texture. Raises an exception if this sprite is tightly packed in an atlas. |
textureRectOffset |
Gets the offset of the rectangle this sprite uses on its texture to the original sprite bounds. If sprite mesh type is FullRect, offset is zero. |