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

Method WriteText

Source/Engine/Serialization/Stream.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void WriteStream::WriteText(const StringView& text)
573{
574 WriteBytes(text.Get(), sizeof(Char) * text.Length());
575}
576
577void WriteStream::WriteText(const StringAnsiView& text)
578{

Callers 2

ExportModelMethod · 0.80
OnDeployBinariesMethod · 0.80

Calls 2

GetMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected