C# 클래스 GameCreatorGroupProject.Sprite

파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorDataCount int
Height int
IndiceCount int
IsTextured bool
ModelMatrix Matrix4
ModelViewProjectionMatrix Matrix4
Position Vector3
Rotation Vector3
Scale Vector3
TextureCoordsCount int
TextureID int
VertCount int
ViewProjectionMatrix Matrix4
Width int
loaded bool

공개 메소드들

메소드 설명
CalculateModelMatrix ( ) : void
GetColorData ( ) : Vector3[]
GetIndices ( int offset ) : int[]
GetTextureCoords ( ) : System.Vector2[]
GetVerts ( ) : Vector3[]
GetVerts ( float wWidth, float wHeight ) : Vector3[]
IsInside ( Point clickPt, int wWidth, int wHeight ) : bool

메소드 상세

CalculateModelMatrix() 공개 메소드

public CalculateModelMatrix ( ) : void
리턴 void

GetColorData() 공개 메소드

public GetColorData ( ) : Vector3[]
리턴 Vector3[]

GetIndices() 공개 메소드

public GetIndices ( int offset ) : int[]
offset int
리턴 int[]

GetTextureCoords() 공개 메소드

public GetTextureCoords ( ) : System.Vector2[]
리턴 System.Vector2[]

GetVerts() 공개 메소드

public GetVerts ( ) : Vector3[]
리턴 Vector3[]

GetVerts() 공개 메소드

public GetVerts ( float wWidth, float wHeight ) : Vector3[]
wWidth float
wHeight float
리턴 Vector3[]

IsInside() 공개 메소드

public IsInside ( Point clickPt, int wWidth, int wHeight ) : bool
clickPt Point
wWidth int
wHeight int
리턴 bool

프로퍼티 상세

ColorDataCount 공개적으로 프로퍼티

public int ColorDataCount
리턴 int

Height 공개적으로 프로퍼티

public int Height
리턴 int

IndiceCount 공개적으로 프로퍼티

public int IndiceCount
리턴 int

IsTextured 공개적으로 프로퍼티

public bool IsTextured
리턴 bool

ModelMatrix 공개적으로 프로퍼티

public Matrix4 ModelMatrix
리턴 Matrix4

ModelViewProjectionMatrix 공개적으로 프로퍼티

public Matrix4 ModelViewProjectionMatrix
리턴 Matrix4

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Rotation 공개적으로 프로퍼티

public Vector3 Rotation
리턴 Vector3

Scale 공개적으로 프로퍼티

public Vector3 Scale
리턴 Vector3

TextureCoordsCount 공개적으로 프로퍼티

public int TextureCoordsCount
리턴 int

TextureID 공개적으로 프로퍼티

public int TextureID
리턴 int

VertCount 공개적으로 프로퍼티

public int VertCount
리턴 int

ViewProjectionMatrix 공개적으로 프로퍼티

public Matrix4 ViewProjectionMatrix
리턴 Matrix4

Width 공개적으로 프로퍼티

public int Width
리턴 int

loaded 공개적으로 프로퍼티

public bool loaded
리턴 bool