-----------------------------
| 81 | |
| 82 | // ----------------------------- |
| 83 | void ParamBase::setParamType( const ValueType::ColladaType& paramType ) |
| 84 | { |
| 85 | mParamType = paramType; |
| 86 | } |
| 87 | |
| 88 | // ----------------------------- |
| 89 | void ParamBase::setParamName( const String& paramName ) |
no outgoing calls
no test coverage detected