| 106 | } |
| 107 | |
| 108 | void ApplicationBase::SetAsynchronousLoadingEnabled(bool enabled) |
| 109 | { |
| 110 | m_IsAsyncLoad = enabled; |
| 111 | } |
| 112 | |
| 113 | bool ApplicationBase::IsSceneLoading() const |
| 114 | { |
nothing calls this directly
no outgoing calls
no test coverage detected