Additional semantics may be applied after UpdateWorldData updates the view volume.
| 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 | { |
no outgoing calls
no test coverage detected