返回介绍

Sprite 精灵

发布于 2019-12-18 15:38:34 字数 3310 浏览 881 评论 0 收藏 0

Namespace: UnityEngine

Inherits from: Object

Description 描述

Represents a Sprite object for use in 2D gameplay. 表示用于2D游戏的一个精灵对象。

Sprites are 2D graphic objects used for characters, props, projectiles and other elments of 2D gameplay. The graphics are obtained from bitmap images - Texture2D. The Sprite class primarily identifies the section of the image that should be used for a specific sprite. This information can then be used by a SpriteRenderer component on a GameObject to actually display the graphic.

Sprites是个用于角色、道具、炮弹以及其他2D游戏元素的二维图形对象。该图形是基于Texture2D得到的图像。Sprite类主要识别图像的一部分用于特定的精灵。此类通过游戏对象上的SpriteRenderer组件应用并实际显示该图像。

See Also: SpriteRenderer class.

Variables 变量

borderReturns the border sizes of the sprite.
返回精灵的边框大小。
boundsBounds of the Sprite, specified by its center and extents in world space units.
精灵的边界,在世界坐标单位,由它的中心及扩展指定。
packedReturns true if this Sprite is packed in an atlas.
如果该精灵在图集已经被打包,返回真。
packingModeIf Sprite is packed (see Sprite.packed), returns its SpritePackingMode.
如果精灵已经被打包(见Sprite.packed),返回它的SpritePackingModeSpritePackingMode。
packingRotationIf Sprite is packed (see Sprite.packed), returns its SpritePackingRotation.
如果精灵已被打包(见Sprite.packed),返回它的SpritePackingRotation。
rectLocation of the Sprite on the original Texture, specified in pixels.
在原始纹理精灵的位置,以像素单位。
textureGet the reference to the used texture. If packed this will point to the atlas, if not packed will point to the source sprite.
获取使用的纹理引用。如果如果已打包,会将指向图集,如果没有打包将指向源精灵。
textureRectGet the rectangle this sprite uses on its texture. Raises an exception if this sprite is tightly packed in an atlas.
获取该精灵它使用纹理的矩形。如果该精灵是紧缩模式打包的图集,会引发异常。
textureRectOffsetGets 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
获取该精灵它使用纹理的矩形到原始精灵边界的偏移。如果精灵网格是FullRect,偏移则为零。

Static Functions 静态函数

CreateCreate a new Sprite object.
创建一个新的精灵对象。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文