C# 클래스 FAtlasElement, FutilePrototyper

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

공개 프로퍼티들

프로퍼티 타입 설명
atlas FAtlas,
atlasIndex int
indexInAtlas int
isTrimmed bool
name string
sourceRect Rect
sourceSize Vector2
uvBottomLeft Vector2
uvBottomRight Vector2
uvRect Rect
uvTopLeft Vector2
uvTopRight Vector2

공개 메소드들

메소드 설명
Clone ( ) : FAtlasElement,

메소드 상세

Clone() 공개 메소드

public Clone ( ) : FAtlasElement,
리턴 FAtlasElement,

프로퍼티 상세

atlas 공개적으로 프로퍼티

public FAtlas, atlas
리턴 FAtlas,

atlasIndex 공개적으로 프로퍼티

public int atlasIndex
리턴 int

indexInAtlas 공개적으로 프로퍼티

public int indexInAtlas
리턴 int

isTrimmed 공개적으로 프로퍼티

public bool isTrimmed
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

sourceRect 공개적으로 프로퍼티

public Rect sourceRect
리턴 Rect

sourceSize 공개적으로 프로퍼티

public Vector2 sourceSize
리턴 Vector2

uvBottomLeft 공개적으로 프로퍼티

public Vector2 uvBottomLeft
리턴 Vector2

uvBottomRight 공개적으로 프로퍼티

public Vector2 uvBottomRight
리턴 Vector2

uvRect 공개적으로 프로퍼티

public Rect uvRect
리턴 Rect

uvTopLeft 공개적으로 프로퍼티

public Vector2 uvTopLeft
리턴 Vector2

uvTopRight 공개적으로 프로퍼티

public Vector2 uvTopRight
리턴 Vector2