C# 클래스 GameCreatorGroupProject.BGTile

파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project

공개 프로퍼티들

프로퍼티 타입 설명
ColorDataCount int
Height int
IndiceCount int
IsTextured bool
ModelMatrix Matrix4
ModelViewProjectionMatrix Matrix4
Position Vector3
Scale Vector3
TextureCoordsCount int
TextureID int
VertCount int
ViewProjectionMatrix Matrix4
Width int
absPosition Vector3
index System.Vector2
repeat bool
scrollX float
scrollY float
tSize int

공개 메소드들

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

메소드 상세

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[]

프로퍼티 상세

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

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

absPosition 공개적으로 프로퍼티

public Vector3 absPosition
리턴 Vector3

index 공개적으로 프로퍼티

public Vector2,System index
리턴 System.Vector2

repeat 공개적으로 프로퍼티

public bool repeat
리턴 bool

scrollX 공개적으로 프로퍼티

public float scrollX
리턴 float

scrollY 공개적으로 프로퍼티

public float scrollY
리턴 float

tSize 공개적으로 프로퍼티

public int tSize
리턴 int