C# 클래스 RXUtils, FutilePrototyper

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

공개 메소드들

메소드 설명
ExpandRect ( Rect rect, float paddingX, float paddingY ) : Rect
GetColorFromHex ( uint hex ) : Color
LogRect ( string name, Rect rect ) : void
LogVectors ( string name ) : void
LogVectorsDetailed ( string name ) : void
RXUtils ( ) : System
VectorDetailedToString ( Vector2 vector ) : string

메소드 상세

ExpandRect() 공개 정적인 메소드

public static ExpandRect ( Rect rect, float paddingX, float paddingY ) : Rect
rect Rect
paddingX float
paddingY float
리턴 Rect

GetColorFromHex() 공개 정적인 메소드

public static GetColorFromHex ( uint hex ) : Color
hex uint
리턴 Color

LogRect() 공개 정적인 메소드

public static LogRect ( string name, Rect rect ) : void
name string
rect Rect
리턴 void

LogVectors() 공개 정적인 메소드

public static LogVectors ( string name ) : void
name string
리턴 void

LogVectorsDetailed() 공개 정적인 메소드

public static LogVectorsDetailed ( string name ) : void
name string
리턴 void

RXUtils() 공개 메소드

public RXUtils ( ) : System
리턴 System

VectorDetailedToString() 공개 정적인 메소드

public static VectorDetailedToString ( Vector2 vector ) : string
vector Vector2
리턴 string