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

Method ToString

Source/Engine/Engine/InputAxis.cs:101–104  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

99
100 /// <inheritdoc />
101 public override string ToString()
102 {
103 return Name;
104 }
105 }
106}

Callers 4

OnInitMethod · 0.45
GetObjectStringMethod · 0.45
NewHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected