MCPcopy Create free account
hub / github.com/MyGUI/mygui / set

Method set

MyGUIEngine/include/MyGUI_VertexData.h:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 struct Vertex
17 {
18 void set(float _x, float _y, float _z, float _u, float _v, uint32 _colour)
19 {
20 x = _x;
21 y = _y;
22 z = _z;
23 u = _u;
24 v = _v;
25 colour = _colour;
26 }
27
28 float x, y, z;
29 uint32 colour;

Callers 1

setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected