PlayerSettings.GetTemplateCustomValue

Cambiar al Manual
public static string GetTemplateCustomValue (string name);

Parámetros

nameName of the variable.

Valor de retorno

string The current value of the custom template variable.

Descripción

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.