Version: 5.4

PlayerSettings.GetPropertyString

Switch to Manual
public static string GetPropertyString (string name, BuildTargetGroup target= BuildTargetGroup.Unknown);

Parameters

name Name of the property.
target BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).

Returns

string The current value of the property.

Description

Returns a PlayerSettings named string property (with an optional build target it should apply to).

See Also: SetPropertyString.