MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetOnUpdate

Method SetOnUpdate

GTE/Graphics/ViewVolumeNode.h:48–51  ·  view source on GitHub ↗

Additional semantics may be applied after UpdateWorldData updates the view volume.

Source from the content-addressed store, hash-verified

46 // Additional semantics may be applied after UpdateWorldData updates
47 // the view volume.
48 inline void SetOnUpdate(std::function<void(ViewVolumeNode*)> const& onUpdate)
49 {
50 mOnUpdate = onUpdate;
51 }
52
53 inline std::function<void(ViewVolumeNode*)> const& GetOnUpdate() const
54 {

Callers 2

InitializeCameraNodeMethod · 0.80
CreateLightFixtureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected