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

Method Serialize

Source/Engine/Scripting/Script.cpp:326–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void Script::Serialize(SerializeStream& stream, const void* otherObj)
327{
328 // Base
329 SceneObject::Serialize(stream, otherObj);
330
331 SERIALIZE_GET_OTHER_OBJ(Script);
332
333 SERIALIZE_BIT_MEMBER(Enabled, _enabled);
334}
335
336void Script::Deserialize(DeserializeStream& stream, ISerializeModifier* modifier)
337{

Callers

nothing calls this directly

Calls 1

SerializeFunction · 0.70

Tested by

no test coverage detected