PrimitiveFillData(); PrimitiveFillData(PrimitiveFillType type, const VertexFormat* format); PrimitiveFillData(PrimitiveFillType type, const VertexFormat* format, Color c); PrimitiveFillData(PrimitiveFillType type, const VertexFormat* format, Texture* texture0, ImageFillMode fm0 = ImageFillMode(), Texture* texture1 = 0, ImageFillMode fm1 = ImageFillMode()); PrimitiveFillData(const PrimitiveFillData& src);
PrimitiveFillData constructor.
Parameters |
Description |
PrimitiveFillType type |
The rendering fill style applied to the fill. |
const VertexFormat* format |
The vertex format of the primitive. |
Color c |
The solid color applied to the fill. |
Texture* texture0 |
The texture applied to the primitive. |
ImageFillMode fm0 = ImageFillMode() |
The fill style mode for the primitive. |
Texture* texture1 = 0 |
The texture applied to the primitive. |
ImageFillMode fm1 = ImageFillMode() |
The fill style mode for the primitive. |
const PrimitiveFillData& src |
PrimitiveFillData which is assigned to the new PrimitiveFillData structure. |