C# 클래스 UnityEditor.SpriteMetaData

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alignment int
border Vector4
name string
pivot Vector2
rect UnityEngine.Rect

프로퍼티 상세

alignment 공개적으로 프로퍼티

Edge-relative alignment of the sprite graphic.

public int alignment
리턴 int

border 공개적으로 프로퍼티

Edge border size for a sprite (in pixels).

public Vector4 border
리턴 Vector4

name 공개적으로 프로퍼티

Name of the Sprite.

public string name
리턴 string

pivot 공개적으로 프로퍼티

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

public Vector2 pivot
리턴 Vector2

rect 공개적으로 프로퍼티

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

public Rect,UnityEngine rect
리턴 UnityEngine.Rect