| SoMFUniformShaderParameterSetValuesBuffer Method  | 
Sets the field to contain the values stored in userData. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValuesBuffer(
	SoUniformShaderParameter[] userData
)
Public Sub SetValuesBuffer ( 
	userData As SoUniformShaderParameter()
)
public:
void SetValuesBuffer(
	array<SoUniformShaderParameter^>^ userData
)
member SetValuesBuffer : 
        userData : SoUniformShaderParameter[] -> unit 
Parameters
- userData
 - Type: OIV.Inventor.NodesSoUniformShaderParameter
 
RemarksThis data will not be copied into the field: it will be directly used by the field.     
See Also