C# 클래스 FSO.LotView.Utils._2DDrawGroup

상속: IDisposable
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Depth Microsoft.Xna.Framework.Graphics.Texture2D
IndexBuf IndexBuffer
Indices short[]
Mask Microsoft.Xna.Framework.Graphics.Texture2D
Pixel Microsoft.Xna.Framework.Graphics.Texture2D
Primitives int
Technique Microsoft.Xna.Framework.Graphics.EffectTechnique
VertBuf VertexBuffer
Vertices FSO.LotView.Utils._2DSpriteVertex[]

공개 메소드들

메소드 설명
Dispose ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

Depth 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics Depth
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

IndexBuf 공개적으로 프로퍼티

public IndexBuffer IndexBuf
리턴 IndexBuffer

Indices 공개적으로 프로퍼티

public short[] Indices
리턴 short[]

Mask 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics Mask
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

Pixel 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics Pixel
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

Primitives 공개적으로 프로퍼티

public int Primitives
리턴 int

Technique 공개적으로 프로퍼티

public EffectTechnique,Microsoft.Xna.Framework.Graphics Technique
리턴 Microsoft.Xna.Framework.Graphics.EffectTechnique

VertBuf 공개적으로 프로퍼티

public VertexBuffer VertBuf
리턴 VertexBuffer

Vertices 공개적으로 프로퍼티

public _2DSpriteVertex[],FSO.LotView.Utils Vertices
리턴 FSO.LotView.Utils._2DSpriteVertex[]