Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetVertexElements()

VertexElement[] Microsoft.Xna.Framework.Graphics.VertexDeclaration.GetVertexElements ( )
inline

Definition at line 108 of file VertexDeclaration.cs.

109 {
110 return (VertexElement[])_elements.Clone();
111 }

References Microsoft.Xna.Framework.Graphics.VertexDeclaration._elements.