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

Method PostSpawn

Source/Editor/SceneGraph/ActorNode.cs:349–351  ·  view source on GitHub ↗

Action called after spawning actor in editor (via drag to viewport, with toolbox, etc.). Can be used to tweak default values of the actor.

()

Source from the content-addressed store, hash-verified

347 /// Can be used to tweak default values of the actor.
348 /// </summary>
349 public virtual void PostSpawn()
350 {
351 }
352
353 /// <summary>
354 /// Action called after pasting actor in editor.

Callers 3

SpawnMethod · 0.45
ConvertMethod · 0.45
SpawnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected