Version: 2021.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.