MCPcopy 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
410void BlendShape::LoadHeader(ReadStream& stream, byte headerVersion)
411{
412 stream.Read(Name, 13);
413 stream.Read(Weight);
414}
415
416void BlendShape::Load(ReadStream& stream, byte meshVersion)
417{

Callers

nothing calls this directly

Calls 7

SetMaterialSlotIndexMethod · 0.80
ReadMethod · 0.45
ReadByteMethod · 0.45
ResizeMethod · 0.45
CountMethod · 0.45
LinkMethod · 0.45
SetBoundsMethod · 0.45

Tested by

no test coverage detected