Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetData
Method
GetData
Source/Engine/Graphics/Models/MeshBase.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
Span<byte> MeshAccessor::Stream::GetData() const
60
{
61
return _data;
62
}
63
64
PixelFormat MeshAccessor::Stream::GetFormat() const
65
{
Callers
4
UploadData
Method · 0.45
FromTextureData
Method · 0.45
UpdateMesh
Method · 0.45
DownloadIndexBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected