getParameterNames

fun getParameterNames(): Array<String>

Gets all parameter names of the ShaderGraphMaterial.

Return

The array of all parameter names.

Throws

IllegalStateException

If this material is closed or invalid.

ResourceLoadingException

If any error occurs when retrieving the parameter names.