TextTextVertexAttributes (struct)¶
Vertex attributes for text.
Methods¶
| TextTextVertexAttributes ( in TextTextVertexAttributes other ) | |
| TextTextVertexAttributes ( in Vec2 vertex, in Vec2 uvs, in Color color, in Vec3 stringPos ) | |
| TextTextVertexAttributes () | |
| TextTextVertexAttributes | clone ? () |
Methods in detail¶
TextTextVertexAttributes ( in TextTextVertexAttributes other )
copy constructor
TextTextVertexAttributes ( in Vec2 vertex, in Vec2 uvs, in Color color, in Vec3 stringPos )
default constructor
TextTextVertexAttributes TextTextVertexAttributes.clone? ()
clone method