메소드 | 설명 | |
---|---|---|
AddVertex ( Vector2 vertex, Color color ) : void | ||
Begin ( PrimitiveType primitiveType ) : void | ||
Dispose ( ) : void | ||
End ( ) : void | ||
PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
NumVertsPerPrimitive ( PrimitiveType primitive ) : int |
public AddVertex ( Vector2 vertex, Color color ) : void | ||
vertex | Vector2 | |
color | Color | |
리턴 | void |
public Begin ( PrimitiveType primitiveType ) : void | ||
primitiveType | PrimitiveType | |
리턴 | void |
public PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System | ||
graphicsDevice | GraphicsDevice | |
리턴 | System |