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

Method Position

Source/Engine/Graphics/Models/MeshAccessor.cs:716–719  ·  view source on GitHub ↗

Access stream with vertex position attribute. Mesh data stream (might be invalid if attribute is not provided).

()

Source from the content-addressed store, hash-verified

714 /// </summary>
715 /// <returns>Mesh data stream (might be invalid if attribute is not provided).</returns>
716 public Stream Position()
717 {
718 return Attribute(VertexElement.Types.Position);
719 }
720
721 /// <summary>
722 /// Access stream with vertex color attribute.

Callers 15

UpdateMeshFunction · 0.80
DownloadBufferMethod · 0.80
UpdateMeshFunction · 0.80
DownloadBufferMethod · 0.80
CookCollisionMethod · 0.80
CreateClothMethod · 0.80
CalculateInvMassesMethod · 0.80
OnPreUpdateMethod · 0.80
RunClothDeformerMethod · 0.80
ExportModelMethod · 0.80
RunBlendShapeDeformerMethod · 0.80
AddMethod · 0.80

Calls 1

AttributeClass · 0.85

Tested by

no test coverage detected