C# 클래스 hyades.physics.Shape

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

공개 프로퍼티들

프로퍼티 타입 설명
count int
points Vector2[]

공개 메소드들

메소드 설명
CenterAtZero ( ) : void
Clone ( ) : Shape
GetCenter ( ) : Vector2
Shape ( Vector2 points, bool center ) : System
Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void

메소드 상세

CenterAtZero() 공개 메소드

public CenterAtZero ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Shape
리턴 Shape

GetCenter() 공개 메소드

public GetCenter ( ) : Vector2
리턴 Vector2

Shape() 공개 메소드

public Shape ( Vector2 points, bool center ) : System
points Vector2
center bool
리턴 System

Transform() 공개 정적인 메소드

public static Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void
points Vector2
position Vector2
angle float
scale Vector2
list Vector2
리턴 void

프로퍼티 상세

count 공개적으로 프로퍼티

public int count
리턴 int

points 공개적으로 프로퍼티

public Vector2[] points
리턴 Vector2[]