Access stream with vertex position attribute. Mesh data stream (might be invalid if attribute is not provided).
()
| 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. |
no test coverage detected