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

Function Color

Source/Engine/Graphics/Models/MeshAccessor.h:201–204  ·  view source on GitHub ↗

Access stream with vertex color attribute.

Source from the content-addressed store, hash-verified

199
200 // Access stream with vertex color attribute.
201 FORCE_INLINE Stream Color()
202 {
203 return Attribute(VertexElement::Types::Color);
204 }
205
206 // Access stream with vertex normal vector attribute.
207 FORCE_INLINE Stream Normal()

Callers 5

InitFromModelVerticesMethod · 0.70
CopyToMethod · 0.70
UpdateMeshFunction · 0.70
InitMethod · 0.50

Calls 1

AttributeClass · 0.85

Tested by

no test coverage detected