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

Method SaveHeader

Source/Engine/Content/Assets/SkinnedModel.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428#if USE_EDITOR
429
430void BlendShape::SaveHeader(WriteStream& stream) const
431{
432 stream.Write(Name, 13);
433 stream.Write(Weight);
434}
435
436void BlendShape::Save(WriteStream& stream) const
437{

Callers

nothing calls this directly

Calls 6

GetSphereMethod · 0.80
CalculateBoundsMethod · 0.80
WriteMethod · 0.45
CountMethod · 0.45
GetBoxMethod · 0.45
WriteInt32Method · 0.45

Tested by

no test coverage detected