C# 클래스 GoodAI.Modules.School.Common.Shape

상속: GameObject
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

공개 메소드들

메소드 설명
GetRandomShape ( Random rndGen, int numberOfShapes = 10 ) : System.Drawing.Shapes

GetShapeAddr ( System.Drawing.Shapes shape ) : string
Shape ( System.Drawing.Shapes shapeType, PointF position, SizeF size = default(SizeF), float rotation = 0f, GameObjectType type = GameObjectType.None ) : System

메소드 상세

GetRandomShape() 공개 정적인 메소드

public static GetRandomShape ( Random rndGen, int numberOfShapes = 10 ) : System.Drawing.Shapes
rndGen System.Random
numberOfShapes int Cardinality of set from you are choosing
리턴 System.Drawing.Shapes

GetShapeAddr() 공개 정적인 메소드

public static GetShapeAddr ( System.Drawing.Shapes shape ) : string
shape System.Drawing.Shapes
리턴 string

Shape() 공개 메소드

public Shape ( System.Drawing.Shapes shapeType, PointF position, SizeF size = default(SizeF), float rotation = 0f, GameObjectType type = GameObjectType.None ) : System
shapeType System.Drawing.Shapes
position System.Drawing.PointF
size System.Drawing.SizeF
rotation float
type GameObjectType
리턴 System