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

Method ToString

Source/Editor/SceneGraph/ActorNode.cs:390–393  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

388
389 /// <inheritdoc />
390 public override string ToString()
391 {
392 return _actor ? _actor.ToString() : base.ToString();
393 }
394 }
395}

Callers 15

GetVisualScriptLocalsMethod · 0.45
SavePanelMethod · 0.45
SaveBoundsMethod · 0.45
FastTempAssetCloneMethod · 0.45
SetCustomDataMethod · 0.45
InitSharedMenusMethod · 0.45
OnOptionsChangedMethod · 0.45
AddProxyMethod · 0.45
FilterWhitespacesMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected