<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TAKOYAKING</author_name>
  <author_url>https://blog.hatena.ne.jp/TAKOYAKING/</author_url>
  <blog_title>TAKOYAKING’s blog</blog_title>
  <blog_url>https://takoyaking.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>状況 ReactivePropertyは値が同じ時は購読側に通知をしません。 通常はこれで問題ないのですが、通知して欲しい時がありました。neuecc on Twitter: &quot;UniRxだと通知飛ばす側がSetValueAndForceNotifyで強制的に飛ばせるって作りになってますね（定義側での挙動指定はできない）… &quot; 使用方法 SetValueAndForceNotify を使用すれば良いみたいです。 model.Count.Value = 1 // 同じ値は通知されない // ↓ model.Count.SetValueAndForceNotify(1) // 同じ値でも通知される…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakoyaking.hatenablog.com%2Fentry%2FReactiveProperty_SetValueAndForceNotify&quot; title=&quot;Unity: UniRxのReactivePropertyで値が同じでも通知したい - TAKOYAKING’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-01-14 09:00:00</published>
  <title>Unity: UniRxのReactivePropertyで値が同じでも通知したい</title>
  <type>rich</type>
  <url>https://takoyaking.hatenablog.com/entry/ReactiveProperty_SetValueAndForceNotify</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
