Instruct camera to respect world boundaries
| 143 | |
| 144 | // Instruct camera to respect world boundaries |
| 145 | inline void EnableWorldBoundary(const bool bEnable) |
| 146 | { |
| 147 | m_bWorldBoundary = bEnable; |
| 148 | } |
| 149 | |
| 150 | // Are we using a world boundary? |
| 151 | inline bool IsWorldBoundaryEnabled() const |
nothing calls this directly
no outgoing calls
no test coverage detected