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

Method ToString

Source/Engine/Platform/Base/WindowBase.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178String WindowBase::ToString() const
179{
180 return GetTitle();
181}
182
183void WindowBase::OnDeleteObject()
184{

Callers 12

AcquireParticleBufferMethod · 0.45
ProcessGroupParticlesMethod · 0.45
GenerateMethod · 0.45
GetStackTraceMethod · 0.45
ThreadBaseMethod · 0.45
GetTempFilePathMethod · 0.45
CookCollisionMethod · 0.45
CreateVehicleMethod · 0.45
CalculateInvMassesMethod · 0.45
OnPreUpdateMethod · 0.45
OnTargetChangedMethod · 0.45
CanAttachMethod · 0.45

Calls 1

GetTitleFunction · 0.85

Tested by

no test coverage detected