C# 클래스 FlatRedBall.Content.Polygon.PolygonSave

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

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
Blue float
Green float
Points Point[]
Red float

공개 메소드들

메소드 설명
FromPolygon ( FlatRedBall polygon ) : PolygonSave
PolygonSave ( ) : System
Save ( string fileName ) : void
ToPolygon ( ) : FlatRedBall.Math.Geometry.Polygon

메소드 상세

FromPolygon() 공개 정적인 메소드

public static FromPolygon ( FlatRedBall polygon ) : PolygonSave
polygon FlatRedBall
리턴 PolygonSave

PolygonSave() 공개 메소드

public PolygonSave ( ) : System
리턴 System

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

ToPolygon() 공개 메소드

public ToPolygon ( ) : FlatRedBall.Math.Geometry.Polygon
리턴 FlatRedBall.Math.Geometry.Polygon

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

Blue 공개적으로 프로퍼티

public float Blue
리턴 float

Green 공개적으로 프로퍼티

public float Green
리턴 float

Points 공개적으로 프로퍼티

public Point[] Points
리턴 Point[]

Red 공개적으로 프로퍼티

public float Red
리턴 float