Version: 5.4
public static int GetPropertyInt (string name, BuildTargetGroup target= BuildTargetGroup.Unknown);

Parámetros

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

Valor de retorno

int The current value of the property.

Descripción

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

See Also: SetPropertyInt.