Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteLine
Method
WriteLine
Source/Engine/Utilities/TextWriter.h:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
/// </summary>
58
template<class Q = CharType>
59
typename std::enable_if<std::is_same<Q, char>::value, void>::type WriteLine()
60
{
61
_buffer.WriteChar(
'\n'
);
62
}
63
64
/// <summary>
65
/// Write line terminator sign
Callers
13
GenerateShaderConstantBuffer
Method · 0.80
GenerateShaderResources
Method · 0.80
GenerateSamplers
Method · 0.80
eatMaterialGraphBox
Method · 0.80
eatMaterialGraphBoxWithDefault
Method · 0.80
Export
Method · 0.80
Main
Method · 0.80
GetHelp
Method · 0.80
Write
Method · 0.80
Cleanup
Method · 0.80
Run
Method · 0.80
GitRepositoryExists
Method · 0.80
Calls
5
Length
Function · 0.50
format
Function · 0.50
WriteBytes
Method · 0.45
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected