SetParameter(string, string, string, int, BuildTargetGroup)
Set the value of a named parameter for a given analysis platform.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public void SetParameter(string paramName, string userFriendlyName, string tooltip, int value, BuildTargetGroup platform = BuildTargetGroup.Unknown)
Parameters
Parameter name to set.
A user friendly name to show in project settings.
Text to show on a tooltip in project settings.
Value to set the parameter to.
Analysis target platform for which to set the value. Defaults to BuildTarget.NoTarget which sets the value for the default platform.