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

◆ VertexElementFormat

VertexElementFormat Microsoft.Xna.Framework.Graphics.VertexElement.VertexElementFormat
getset

Definition at line 27 of file VertexElement.cs.

28 {
29 get
30 {
31 return _format;
32 }
33 set
34 {
35 _format = value;
36 }
37 }

Referenced by Microsoft.Xna.Framework.Graphics.VertexElementValidator.Validate().