Version: 2022.1

PlayerSettings.GetTemplateCustomValue

切换到手册
public static string GetTemplateCustomValue (string name);

参数

name Name of the variable.

返回

string The current value of the custom template variable.

描述

Returns a value of a custom template variable.

During the build process, custom variables in user templates are set to the values supplied by the Editor. User templates are available on the WebGL platform.

See Also: SetTemplateCustomValue.