Version: 5.3
public static bool GetPropertyBool (string name, BuildTargetGroup target= BuildTargetGroup.Unknown);

파라미터

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

반환

bool The current value of the property.

설명

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

See Also: SetPropertyBool.