0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Unity 6 PreviewでColor32にIEqutable<Color32>が実装された

Posted at

Unity 6000.0.3f1にて、Color32構造体IEquatable<Color32>を実装しました。

リリースノートでは、

Scripting: Added IEquatable support to Color32.

と紹介されています。

こちらのアップデートは、タイミング的にUnity ForumのユーザーからのFeature Requestがきっかけのようにみえます。そのUnity Forumの投稿によると、Color、Vector2、Vector2IntなどはUnity 2017でIEquatable<T>が実装されたけど、Color32には今まで実装されていなかったらしい・・・(まじで?)

GitHubの「Unity-Technologies/UnityCsReference」の差分でも、Color32がIEqutable<Color32>を実装したことを確認できます。

ナイスユーザーフィードバック & フィーチャーリクエスト!

「Unity 6 Preview」、こんな感じの機能とか、気がついたらどんどんフィードバックやフィーチャーリクエストを送りたいですね。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?