MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / setParamType

Method setParamType

COLLADAStreamWriter/src/COLLADASWParamBase.cpp:83–86  ·  view source on GitHub ↗

-----------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected