Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Deserialize
Method
Deserialize
Source/Engine/Content/Content.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void FLAXENGINE_API Serialization::Deserialize(ISerializable::DeserializeStream& stream, SceneReference& v, ISerializeModifier* modifier)
63
{
64
Deserialize(stream, v.ID, modifier);
65
}
66
67
namespace
68
{
Callers
6
TryGetImportOptions
Method · 0.45
CloneObject
Function · 0.45
TryGetImportOptions
Method · 0.45
TryGetImportOptions
Method · 0.45
CreateInstance
Method · 0.45
CreateInstance
Method · 0.45
Calls
1
Deserialize
Function · 0.50
Tested by
no test coverage detected