C# Class UnityEditor.SpriteMetaData

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
alignment int
border Vector4
name string
pivot Vector2
rect UnityEngine.Rect

Property Details

alignment public_oe property

Edge-relative alignment of the sprite graphic.

public int alignment
Résultat int

border public_oe property

Edge border size for a sprite (in pixels).

public Vector4 border
Résultat Vector4

name public_oe property

Name of the Sprite.

public string name
Résultat string

pivot public_oe property

The pivot point of the Sprite, relative to its bounding rectangle.

public Vector2 pivot
Résultat Vector2

rect public_oe property

Bounding rectangle of the sprite's graphic within the atlas image.

public Rect,UnityEngine rect
Résultat UnityEngine.Rect