버전

menu_open
Wwise SDK 2021.1.14
Documenting your Plug-in Properties

When creating a new plug-in, the Wwise Property Help view allows you to inform the user about the plug-in's properties: their meaning, default value, range, units, and how to use them. The Property Help view displays the help entry for the last selected property within Wwise. If your plug-in provides a documentation file for a specific property, each time this property is selected, its help will be automatically displayed.

Within Wwise directory, property documentation files can be found in <Wwise>/Authoring/Data/Plugins/<plugin_name>/Html/<language>/PropertyName.html.

The Html folder can contain several folders with property help files for different languages. To change the documentation language displayed in Wwise, from the menu bar, click Help > Documentation Language. Supported language codes (<language>) are:

en English
ko Korean
zh Mandarin
ja Japanese

Building the Property Help Files

Property help documentation source files must be located in <PluginProject>/WwisePlugin/res/Md/<language>/PropertyName.md, one file per property.

The text in these files is in Markdown format, which will be converted to HTML by the wp.py development tool. For more detail about development tools, refer to 개발 도구 사용하기. Any markdown styles, such as bold emphasis, list block or hyperlink, can be used to format the help message.

참고: To build the Property Help documentation, install these two Python dependencies:
pip install markdown
pip install jinja2

Use wp.py to build the Wwise Property Help files for the plug-in:

python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" build Documentation

This command will perform the Markdown to HTML conversion and will save the resulting files in the appropriate Wwise directory.

Example

The following is an example of the Help file for a Cutoff Frequency Parameter property and its result in the Property Help view of Wwise:

##Cutoff Frequency Parameter

Set the cutoff frequency of the filter.

For more **information** about lowpass filter theory, refer to [lowpass filter on wikipedia](https://en.wikipedia.org/wiki/Low-pass_filter).

Range: 20 - 20000 <br/>
Units: Hz <br/>

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요