Version: 2018.4
LanguageEnglish
  • C#

SpriteRect

class in UnityEditor

/

Implemented in:UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Abstract class that is used by systems to encapsulate Sprite data representation. Currently this is used by Sprite Editor Window.

Properties

alignment SpriteAlignment that represents the pivot value for the Sprite data.
borderReturns a Vector4 that represents the border of the Sprite data.
nameThe name of the Sprite data.
pivot Vector2 value representing the pivot for the Sprite data.
rect Rect value that represents the position and size of the Sprite data.
spriteIDGUID to uniquely identify the SpriteRect data. This will be populated to Sprite.spriteID to identify the SpriteRect used to generate the Sprite.

Static Methods

GetSpriteIDFromSerializedPropertyHelper method to get SpriteRect.spriteID from a SerializedProperty.