C# 클래스 Cascade.PolygonRect

파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Origin Microsoft.Xna.Framework.Vector3
pos Microsoft.Xna.Framework.Vector2
vertices Cascade.CascadeVertex[]

공개 메소드들

메소드 설명
CenterOrigin ( ) : void

Places the origin at the center of the polygons

PolygonRect ( float Width, float Height ) : Microsoft.Xna.Framework
PositionsWithRotation ( Microsoft.Xna.Framework.Vector3 rot, float scale ) : Microsoft.Xna.Framework.Vector3[]

메소드 상세

CenterOrigin() 공개 메소드

Places the origin at the center of the polygons
public CenterOrigin ( ) : void
리턴 void

PolygonRect() 공개 메소드

public PolygonRect ( float Width, float Height ) : Microsoft.Xna.Framework
Width float
Height float
리턴 Microsoft.Xna.Framework

PositionsWithRotation() 공개 메소드

public PositionsWithRotation ( Microsoft.Xna.Framework.Vector3 rot, float scale ) : Microsoft.Xna.Framework.Vector3[]
rot Microsoft.Xna.Framework.Vector3
scale float
리턴 Microsoft.Xna.Framework.Vector3[]

프로퍼티 상세

Origin 공개적으로 프로퍼티

public Vector3,Microsoft.Xna.Framework Origin
리턴 Microsoft.Xna.Framework.Vector3

pos 공개적으로 프로퍼티

public Vector2,Microsoft.Xna.Framework pos
리턴 Microsoft.Xna.Framework.Vector2

vertices 공개적으로 프로퍼티

public CascadeVertex[],Cascade vertices
리턴 Cascade.CascadeVertex[]