C# 클래스 TexturePacker.Node

A node in the Atlas structure
파일 보기 프로젝트 열기: mfascia/TexturePacker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds System.Drawing.Rectangle
SplitType SplitType
Texture TextureInfo

프로퍼티 상세

Bounds 공개적으로 프로퍼티

Bounds of this node in the atlas
public Rectangle,System.Drawing Bounds
리턴 System.Drawing.Rectangle

SplitType 공개적으로 프로퍼티

If this is an empty node, indicates how to split it when it will be used
public SplitType SplitType
리턴 SplitType

Texture 공개적으로 프로퍼티

Texture this node represents
public TextureInfo,TexturePacker Texture
리턴 TextureInfo