C# 클래스 WolfEngine.Wall

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

공개 프로퍼티들

프로퍼티 타입 설명
Barycenter Vector2f
Point1 Vector2f
Point2 Vector2f
Point3 Vector2f
Point4 Vector2f
WallTexture System.Drawing.Bitmap

공개 메소드들

메소드 설명
TransformedTexture ( ) : Bitmap
Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System

메소드 상세

TransformedTexture() 공개 메소드

public TransformedTexture ( ) : Bitmap
리턴 System.Drawing.Bitmap

Wall() 공개 메소드

public Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System
point1 Vector2f
point3 Vector2f
WallTexture System.Drawing.Bitmap
리턴 System

프로퍼티 상세

Barycenter 공개적으로 프로퍼티

public Vector2f,WolfEngine Barycenter
리턴 Vector2f

Point1 공개적으로 프로퍼티

public Vector2f,WolfEngine Point1
리턴 Vector2f

Point2 공개적으로 프로퍼티

public Vector2f,WolfEngine Point2
리턴 Vector2f

Point3 공개적으로 프로퍼티

public Vector2f,WolfEngine Point3
리턴 Vector2f

Point4 공개적으로 프로퍼티

public Vector2f,WolfEngine Point4
리턴 Vector2f

WallTexture 공개적으로 프로퍼티

public Bitmap,System.Drawing WallTexture
리턴 System.Drawing.Bitmap