C# 클래스 Assets.RagePixel2.Editor.Utility.IntVector2

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

공개 메소드들

메소드 설명
ClampToZero ( ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
IntVector2 ( Vector2 pos ) : System
IntVector2 ( float x, float y ) : System
IntVector2 ( int x, int y ) : System
ToString ( ) : string
operator ( ) : IntVector2
operator ( ) : bool

메소드 상세

ClampToZero() 공개 메소드

public ClampToZero ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IntVector2() 공개 메소드

public IntVector2 ( Vector2 pos ) : System
pos Vector2
리턴 System

IntVector2() 공개 메소드

public IntVector2 ( float x, float y ) : System
x float
y float
리턴 System

IntVector2() 공개 메소드

public IntVector2 ( int x, int y ) : System
x int
y int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : IntVector2
리턴 IntVector2

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool