Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetParameter(string)

Get the value of a named parameter. The parameter must have previously been registered with the RegisterParameter method.
Read time 1 minuteLast updated 8 days ago

Definition

public int GetParameter(string paramName)

Parameters

paramName

Parameter name to look up.

Returns

Type

Description

intThe parameter value for the currently-set analysis platform.