Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume committed Dec 31, 2024
1 parent 4ed2c0d commit 3f37d8c
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 5 deletions.
1 change: 1 addition & 0 deletions Documentation/docs/caller-argument-expression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CallerArgumentExpressionAttribute
5 changes: 4 additions & 1 deletion Documentation/docs/dependency.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 依存ライブラリほか全体構成
UniTask, R3, VContainerの拡張があるけど、defineで囲みまくっているので、それらがなくてもコンパイルエラーにならないようになっている。
必要に応じてユーティリティが使えるようになっている。
必要に応じてユーティリティが使えるようになっている。

また、アセンブリ的にはEditor, Runtime, BackPortの3つに分かれている。
BackPortはasmdef作って明示的に参照しないと使えないようになっている。
1 change: 1 addition & 0 deletions Documentation/docs/flag-ex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# FlagEx属性
2 changes: 2 additions & 0 deletions Documentation/docs/interpolated-string.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# DefaultInterpolatedStringHandler
文字列補完と、StringUtils
3 changes: 3 additions & 0 deletions Documentation/docs/r3-extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# R3拡張
ObservableExtensions
主にReactivePropertyの非同期待機とDebugオペレータ
1 change: 1 addition & 0 deletions Documentation/docs/record-init.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# record型及びinitアクセサー
2 changes: 2 additions & 0 deletions Documentation/docs/source-generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SourceGeneratorプロジェクト概要
別プロジェクトに分かれていること、dllで入っていることなど
36 changes: 32 additions & 4 deletions Documentation/docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,41 @@
href: foreach-extensions.md
- name: 定数
href: constants.md
- name: 実装Tips(Pool)
- name: GameObjectPool
href: object-pool.md
- name: 実装Tips(バックポート)
- name: DefaultInterpolatedStringHandler
href: interpolated-string.md
- name: CallerArgumentExpressionAttribute
href: caller-argument-expression.md
- name: record型及びinitアクセサー
href: record-init.md
- name: 実装Tips(デバッグ)
- name: デバッグdefineについて
href: debug-define.md
- name: DebugViewer
href: debug-viewer.md
- name: プロファイル情報取得
href: profile-info.md
href: profile-info.md
- name: 実装Tips(Pool)
- name: GameObjectPool
href: object-pool.md
- name: 実装Tips(Unity標準拡張)
- name: UnityWebRequestHttpMessageHandler
href: unity-web-request.md
- name: UIToolkit関連
href: ui-toolkit.md
- name: 実装Tips(他ライブラリ拡張)
- name: uGUI拡張
href: ugui-extensions.md
- name: UniTask拡張
href: unitask-extensions.md
- name: R3拡張
href: r3-extensions.md
- name: VContainer拡張
href: vcontainer-extensions.md
- name: 実装Tips(SourceGenerator)
- name: SourceGeneratorプロジェクト概要
href: source-generator.md
- name: XEnum
href: xenum.md
- name: FlagEx属性
href: flag-ex.md
2 changes: 2 additions & 0 deletions Documentation/docs/ugui-extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# uGUI拡張
EmptyGraphic, SelectablesGraphic, SimpleGauge
2 changes: 2 additions & 0 deletions Documentation/docs/ui-toolkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# UIToolkit関連
SafeAreaContainerによるセーフエリア対応
2 changes: 2 additions & 0 deletions Documentation/docs/unitask-extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# UniTask拡張
WaitForEndFrameSafeだが、これは削除を検討中
4 changes: 4 additions & 0 deletions Documentation/docs/unity-web-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# UnityWebRequestHttpMessageHandler
NativeArrayContentもついでに説明する
https://neue.cc/2024/03/18_Claudia.html
NativeArrayの効能周りも
2 changes: 2 additions & 0 deletions Documentation/docs/vcontainer-extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# VContainer拡張
EntryPointContainerとLifetimeScopeBase
1 change: 1 addition & 0 deletions Documentation/docs/xenum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# XEnum

0 comments on commit 3f37d8c

Please sign in to comment.