* Check if material is ready. */
| 78 | * Check if material is ready. |
| 79 | */ |
| 80 | RLCPP_NODISCARD bool IsValid() const { return ::IsMaterialValid(*this); } |
| 81 | |
| 82 | protected: |
| 83 | void set(const ::Material& material) { |
nothing calls this directly
no outgoing calls
no test coverage detected