| 77 | /// Gets the model owning this mesh. |
| 78 | /// </summary> |
| 79 | API_PROPERTY() FORCE_INLINE ModelBase* GetModelBase() const |
| 80 | { |
| 81 | return _model; |
| 82 | } |
| 83 | |
| 84 | /// <summary> |
| 85 | /// Gets the mesh parent LOD index. |
no outgoing calls
no test coverage detected