型指定できるEnum.EqualsCalculator・Enum.NotEqualsCalculatorの実装要望

This is a forum for requesting Arbor developers.
The items required for the request are as follows.
  • What are you trying to do with Arbor?
  • Specifically, where are you inconvenient and in trouble?
  • What should I do to improve?
Attention point:
  • We can not answer requests that do not know the detailed situation.
  • We can not answer your request for specific problems in the specification of your project.
  • We can not answer your request on Unity's specification issues.
  • We do not guarantee the implementation of your request.

ここは、Arbor開発者への要望を行うためのフォーラムです。
要望に必要な項目は以下の通りです。
  • Arborを使って何をしようとしているか。
  • 具体的にどこが不便で困っているか。
  • 改善するにはどうすればよいか。
注意点:
  • 詳しい状況がわからない要望については答えられません。
  • ユーザー様のプロジェクトの仕様上の固有の問題に対する要望については答えられません。
  • Unityの仕様上の問題に対する要望には答えられません。
  • 要望の実装を必ずお約束するものではございません。

Forum rules
The items required for the request are as follows.
  • What are you trying to do with Arbor?
  • Specifically, where are you inconvenient and in trouble?
  • What should I do to improve?
Attention point:
  • We can not answer requests that do not know the detailed situation.
  • We can not answer your request for specific problems in the specification of your project.
  • We can not answer your request on Unity's specification issues.
  • We do not guarantee the implementation of your request.

要望に必要な項目は以下の通りです。
  • Arborを使って何をしようとしているか。
  • 具体的にどこが不便で困っているか。
  • 改善するにはどうすればよいか。
注意点:
  • 詳しい状況がわからない要望については答えられません。
  • ユーザー様のプロジェクトの仕様上の固有の問題に対する要望については答えられません。
  • Unityの仕様上の問題に対する要望には答えられません。
  • 要望の実装を必ずお約束するものではございません。
ooee

型指定できるEnum.EqualsCalculator・Enum.NotEqualsCalculatorの実装要望

Post by ooee »

いつもお世話になっています。

Enum型で等価演算・不等価演算がしたいのですが、ドキュメントを見た限りEnum型の等価演算できる
StateBehaviourやCalculatorがなさそうなので、自前でCalculatorを実装して使っています。

ただ、Enumの特定の型毎に実装しなければならず不便に感じていて、
EnumFlags.Containsみたいに型指定できるEnum.EqualsCalculator・Enum.NotEqualsCalculatorがあるとうれしいです。

ご検討のほど、よろしくお願いします。
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: 型指定できるEnum.EqualsCalculator・Enum.NotEqualsCalculatorの実装要望

Post by caitsithware »

ご要望ありがとうございます。
検討して対応いたします。
ooee

Re: 型指定できるEnum.EqualsCalculator・Enum.NotEqualsCalculatorの実装要望

Post by ooee »

Arbor 3.9.0にてEnumの等価演算できるようになっているのを確認しました。
対応していただきありがとうございました。
Post Reply