MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetVertexCount

Function GetVertexCount

Source/Engine/Graphics/Models/MeshBase.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 /// Gets the vertex count.
110 /// </summary>
111 API_PROPERTY() FORCE_INLINE int32 GetVertexCount() const
112 {
113 return _vertices;
114 }
115
116 /// <summary>
117 /// Gets the box.

Callers 2

DownloadBufferMethod · 0.70
DownloadBufferMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected