Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
bool Texture::Save(const StringView& path)
33
{
34
return Save(path, nullptr);
35
}
36
37
bool Texture::Save(const StringView& path, const InitData* customData)
38
{
Callers
nothing calls this directly
Calls
15
StreamingTexture
Class · 0.85
MemoryClear
Function · 0.85
IsVirtual
Function · 0.85
Format
Function · 0.50
Width
Function · 0.50
Height
Function · 0.50
Max
Function · 0.50
Min
Function · 0.50
ToString
Function · 0.50
Resize
Method · 0.45
Copy
Method · 0.45
Count
Method · 0.45
Tested by
no test coverage detected