Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ LoadHeader
Method
LoadHeader
Source/Engine/Content/Assets/SkinnedModel.cpp:410–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
void BlendShape::LoadHeader(ReadStream& stream, byte headerVersion)
411
{
412
stream.Read(Name, 13);
413
stream.Read(Weight);
414
}
415
416
void BlendShape::Load(ReadStream& stream, byte meshVersion)
417
{
Callers
nothing calls this directly
Calls
7
SetMaterialSlotIndex
Method · 0.80
Read
Method · 0.45
ReadByte
Method · 0.45
Resize
Method · 0.45
Count
Method · 0.45
Link
Method · 0.45
SetBounds
Method · 0.45
Tested by
no test coverage detected