mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 16:28:25 -05:00
120 lines
3.2 KiB
YAML
120 lines
3.2 KiB
YAML
- name: Get Started
|
|
- name: Alchemyとは
|
|
href: about.md
|
|
- name: インストール
|
|
href: installation.md
|
|
|
|
- name: Inspector
|
|
- name: 属性を用いたInspector拡張
|
|
href: inspector-extension-using-attributes.md
|
|
- name: グループ属性
|
|
href: group-attributes.md
|
|
- name: Button属性
|
|
href: button-attribute.md
|
|
- name: SerializeReference
|
|
href: serialize-reference.md
|
|
- name: 属性一覧
|
|
items:
|
|
- name: General
|
|
- name: Assets Only
|
|
href: attributes/assets-only.md
|
|
- name: Button
|
|
href: attributes/button.md
|
|
- name: Hide Script Field
|
|
href: attributes/hide-script-field.md
|
|
- name: Indent
|
|
href: attributes/indent.md
|
|
- name: Inline Editor
|
|
href: attributes/inline-editor.md
|
|
- name: Order
|
|
href: attributes/order.md
|
|
- name: Read Only
|
|
href: attributes/read-only.md
|
|
- name: Show In Inspector
|
|
href: attributes/show-in-inspector.md
|
|
|
|
- name: Conditionals
|
|
- name: Disable If
|
|
href: attributes/disable-if.md
|
|
- name: Disable In Edit Mode
|
|
href: attributes/disable-in-edit-mode.md
|
|
- name: Disable In Play Mode
|
|
href: attributes/disable-in-play-mode.md
|
|
- name: Enable If
|
|
href: attributes/enable-if.md
|
|
- name: Hide If
|
|
href: attributes/hide-if.md
|
|
- name: Hide In Edit Mode
|
|
href: attributes/hide-in-edit-mode.md
|
|
- name: Hide In Play Mode
|
|
href: attributes/hide-in-play-mode.md
|
|
- name: Show If
|
|
href: attributes/show-if.md
|
|
|
|
- name: Decoration
|
|
- name: Blockquote
|
|
href: attributes/blockquote.md
|
|
- name: Help Box
|
|
href: attributes/help-box.md
|
|
- name: Hide Label
|
|
href: attributes/hide-label.md
|
|
- name: Horizontal Line
|
|
href: attributes/horizontal-line.md
|
|
- name: Label Text
|
|
href: attributes/label-text.md
|
|
- name: Title
|
|
href: attributes/title.md
|
|
|
|
- name: Validation
|
|
- name: Required
|
|
href: attributes/required.md
|
|
- name: Validate Input
|
|
href: attributes/validate-input.md
|
|
|
|
- name: Groups
|
|
- name: Box Group
|
|
href: attributes/box-group.md
|
|
- name: Foldout Group
|
|
href: attributes/foldout-group.md
|
|
- name: Group
|
|
href: attributes/group.md
|
|
- name: Horizontal Group
|
|
href: attributes/horizontal-group.md
|
|
- name: Tab Group
|
|
href: attributes/tab-group.md
|
|
|
|
- name: Hierarchy
|
|
- name: トグルとアイコン
|
|
href: hierarchy-toggles-and-icons.md
|
|
- name: Hierarchyの装飾
|
|
href: hierarchy-decoration.md
|
|
|
|
- name: Editor Window
|
|
- name: AlchemyEditorWindow
|
|
href: alchemy-editor-window.md
|
|
- name: EditorWindowのデータを保存する
|
|
href: saving-editor-window-data.md
|
|
|
|
- name: Serialization
|
|
- name: シリアル化拡張
|
|
href: serialization-extension.md
|
|
- name: Alchemyのシリアル化プロセス
|
|
href: alchemy-serialization-process.md
|
|
- name: シリアル化データのデバッグ
|
|
href: debugging-serialized-data.md
|
|
- name: シリアル化コールバック
|
|
href: serialization-callback.md
|
|
|
|
- name: Extensions
|
|
- name: AlchemyEditorを拡張する
|
|
href: extending-alchemy-editor.md
|
|
- name: カスタム属性を作成する
|
|
href: create-custom-attribute.md
|
|
- name: カスタムグループ属性を作成する
|
|
href: create-custom-group-attribute.md
|
|
|
|
- name: Others
|
|
- name: デフォルトのエディタを無効化する
|
|
href: disable-default-editor.md
|
|
- name: 他ライブラリとの比較
|
|
href: comparison-with-other-libraries.md |