Function VisualServerSingleton.materialGetParamDefault

Returns the default value for the param if available. Otherwise returns an empty Variant.

Variant materialGetParamDefault (
  const(RID) material,
  const(String) parameter
) nothrow @nogc const;