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

Method ToString

Source/Engine/Utilities/State.cs:57–60  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

55
56 /// <inheritdoc />
57 public override string ToString()
58 {
59 return GetType().Name;
60 }
61 }
62}

Callers 2

GetTypeNameMethod · 0.45

Calls 1

GetTypeFunction · 0.85

Tested by

no test coverage detected