Skip to content

Commit

Permalink
Mod READMEs and editor messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Mar 20, 2024
1 parent 4cf5401 commit e2c4438
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Editor/Localization/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ msgstr "有効"

# screenshot options enabled tooltip
msgid "Whether screenshot is enabled or not"
msgstr "スクリーンショットが有効かどうか"
msgstr "スクリーンショット撮影を有効にします"

# screenshot filename
msgid "Filename"
Expand All @@ -345,15 +345,15 @@ msgstr "プレフィックス"

# screenshot filename prefix tooltip
msgid "Prefix of screenshots filename"
msgstr "スクリーンショットのファイル名のプレフィックス"
msgstr "スクリーンショットのファイル名のプレフィックスを指定します"

# screenshot filename prefix use default
msgid "Use Default"
msgstr "デフォルト値を使用"

# screenshot filename prefix use default tooltip
msgid "Whether using a default prefix of screenshots filename or specifying it manually. Default value is agent name"
msgstr "スクリーンショットのファイル名のプレフィックスにデフォルト値を使うかどうか。デフォルト値はAgentの名前"
msgstr "スクリーンショットのファイル名のプレフィックスにデフォルト値を使用します。デフォルト値はAgentの名前です"

# screenshot super size
msgid "Super Size"
Expand All @@ -367,7 +367,7 @@ msgid "Stereo Capture Mode"
msgstr "ステレオキャプチャモード"

msgid "The eye texture to capture when stereo rendering is enabled. Neither this nor Resolution Factor can be specified"
msgstr "ステレオレンダリングが有効な場合は指定した眼のテクスチャ。拡大係数と同時には設定できません"
msgstr "ステレオレンダリングが有効な場合にどちらのカメラを使用するかを指定できます。拡大係数と同時には設定できません"

#: Editor/UI/Agents/UGUIPlaybackAgentEditor.cs

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ An instance of this Agent (.asset file) can contain the following.
<dt>Enable Gizmos</dt><dd>Show Gizmos on GameView during running monkey test if true</dd>
</dl>

#### *Screenshot Options:*

<dl>
<dt>Enabled</dt><dd>Whether screenshot is enabled or not</dd>
<dt>Filename</dt><dd><b>Use Default: </b>Whether using a default prefix of screenshots filename or specifying it manually. Default value is agent name<br><b>Prefix: </b>Prefix of screenshots filename</dd>
<dt>Super Size</dt><dd>The factor to increase resolution with. Neither this nor Stereo Capture Mode can be specified</dd>
<dt>Stereo Capture Mode</dt><dd>The eye texture to capture when stereo rendering is enabled. Neither this nor Resolution Factor can be specified</dd>
</dl>

If you have a `GameObject` that you want to avoid manipulation by the `UGUIMonkeyAgent`,
attach the `IgnoreAnnotation` component in the `TestHelper.Monkey.Annotations` assembly.
See **Anjin Annotations** below for more information.
Expand Down
9 changes: 9 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ uGUIのコンポーネントをランダムに操作するAgentです。
<dt>Gizmo</dt><dd>もし有効ならモンキー操作中の GameView に Gizmo を表示します。もし無効なら GameView に Gizmo を表示しません</dd>
</dl>

#### *スクリーンショット設定:*

<dl>
<dt>有効</dt><dd>スクリーンショット撮影を有効にします</dd>
<dt>ファイル名</dt><dd><b>デフォルト値を使用: </b>スクリーンショットのファイル名のプレフィックスにデフォルト値を使用します。デフォルト値はAgentの名前です<br><b>プレフィックス: </b>スクリーンショットのファイル名のプレフィックスを指定します</dd>
<dt>拡大係数</dt><dd>解像度をあげるための係数。ステレオキャプチャモードと同時には設定できません</dd>
<dt>ステレオキャプチャモード</dt><dd>ステレオレンダリングが有効な場合にどちらのカメラを使用するかを指定できます。拡大係数と同時には設定できません</dd>
</dl>

`UGUIMonkeyAgent` によって操作されたくない `GameObject` がある場合、
`TestHelper.Monkey.Annotations` アセンブリに含まれる `IgnoreAnnotation` コンポーネントをアタッチしておくことで操作を回避できます。
詳しくは後述の**Anjin Annotations**を参照してください。
Expand Down

0 comments on commit e2c4438

Please sign in to comment.