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

Method SplineNode

Source/Editor/SceneGraph/Actors/SplineNode.cs:302–307  ·  view source on GitHub ↗

(Actor actor)

Source from the content-addressed store, hash-verified

300
301 /// <inheritdoc />
302 public SplineNode(Actor actor)
303 : base(actor)
304 {
305 OnUpdate();
306 FlaxEngine.Scripting.Update += OnUpdate;
307 }
308
309 private void OnUpdate()
310 {

Callers

nothing calls this directly

Calls 1

OnUpdateFunction · 0.50

Tested by

no test coverage detected