C# 클래스 UnityRose.Game.Tile

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

공개 메소드들

메소드 설명
GetUVBottom ( Vector2 uv ) : Vector2
GetUVTop ( Vector2 uv ) : Vector2
Tile ( ) : System
setRects ( Rect bot, Rect top ) : void

메소드 상세

GetUVBottom() 공개 메소드

public GetUVBottom ( Vector2 uv ) : Vector2
uv Vector2
리턴 Vector2

GetUVTop() 공개 메소드

public GetUVTop ( Vector2 uv ) : Vector2
uv Vector2
리턴 Vector2

Tile() 공개 메소드

public Tile ( ) : System
리턴 System

setRects() 공개 메소드

public setRects ( Rect bot, Rect top ) : void
bot UnityEngine.Rect
top UnityEngine.Rect
리턴 void