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

Method Save

Source/Engine/Content/Assets/Texture.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#if USE_EDITOR
31
32bool Texture::Save(const StringView& path)
33{
34 return Save(path, nullptr);
35}
36
37bool Texture::Save(const StringView& path, const InitData* customData)
38{

Callers

nothing calls this directly

Calls 15

StreamingTextureClass · 0.85
MemoryClearFunction · 0.85
IsVirtualFunction · 0.85
FormatFunction · 0.50
WidthFunction · 0.50
HeightFunction · 0.50
MaxFunction · 0.50
MinFunction · 0.50
ToStringFunction · 0.50
ResizeMethod · 0.45
CopyMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected