Method | Description | |
---|---|---|
AddVertex ( Vector2 vertex, Color color ) : void | ||
Begin ( PrimitiveType primitiveType ) : void | ||
Dispose ( ) : void | ||
End ( ) : void | ||
PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Flush ( ) : void | ||
NumVertsPerPrimitive ( PrimitiveType primitive ) : int |
public AddVertex ( Vector2 vertex, Color color ) : void | ||
vertex | Vector2 | |
color | Color | |
return | void |
public Begin ( PrimitiveType primitiveType ) : void | ||
primitiveType | PrimitiveType | |
return | void |
public PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System | ||
graphicsDevice | GraphicsDevice | |
return | System |