Altseed2
Altseed2 copied to clipboard
## About/概要 TransformNode & AnchorTransformerNodeに関して、Editor上で可視化&操作できるようにする Nodeとは別に独立して実装する ## Related Tasks/関連タスク - -
## About/概要 どれくらい実装が進んでいるのか把握されていないので、進捗管理用 - [ ] シリアライズについて考える - [ ] #635 copy & paste - [ ] #637 複数選択 - [ ] #638 transform 操作 - [ ] ファイル入出力 -...
## Describe the bug/概要 https://github.com/Chlumsky/msdfgen/issues/119 ## Environment/環境 - OS: - Graphics: - Altseed2 version: ## To Reproduce/再現手順 1. 1. 1. ## Expected behavior/期待される動作 ## Screenshots/スクリーンショット
## Describe the bug/概要 `string input` に nullを渡すと死ぬ。 ## Environment/環境 - OS: - Graphics: - Altseed2 version: ## To Reproduce/再現手順 1. 1. 1. ## Expected behavior/期待される動作 ## Screenshots/スクリーンショット
## Describe the bug/概要 - [機能解説](http://altseed.github.io/Manual/index.html) - 何も書いてないので寂しい - [Cursor](http://altseed.github.io/Manual/Input/Cursor.html) - linkがバグ ## Environment/環境 - OS: - Graphics: - Altseed2 version: ## To Reproduce/再現手順 1. 1. 1. ## Expected behavior/期待される動作...
https://docs.microsoft.com/ja-jp/dotnet/standard/design-guidelines/enum > DO NOT include sentinel values in enums.
## Describe the feature/機能の概要 線分コライダのノードを作成 二点間の太さが0の線のイメージ ## Context/文脈 - [x] EdgeColliderNodeの実装 - [x] VisualizerNodeの実装 (LineNode継承,太さは3とか5とか適当な値をconstで持たせて) - [x] テストを書く - [x] ReflectionSource.csの編集 - [x] Documentを書く
## About/概要 現在のFlip系の実装が座標反転じゃなくてUV反転のほうが良かった説 ## Related Tasks/関連タスク - -