<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hacchi_man</author_name>
  <author_url>https://blog.hatena.ne.jp/hacchi_man/</author_url>
  <blog_title>うにてぃブログ</blog_title>
  <blog_url>https://hacchi-man.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
    <anon>UIElements</anon>
  </categories>
  <description>UIElements の Style 周りのパラメータを書き換える場合、Structなので直接値を変更できない そのため フォントサイズの変更であれば以下のように記述する必要がある var ve = new VisualElement(); var c = ve.style.fontSize; var c2 = c.value; c2.value = 12; c2.unit = LengthUnit.Percent; c.value = c2; ve.style.fontSize = c; そのため、楽にコーディングできるように拡張クラスを作成しました github.com これを利用すること…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhacchi-man.hatenablog.com%2Fentry%2F2020%2F11%2F17%2F220000&quot; title=&quot;【Unity】UIElements 用の 拡張クラス - うにてぃブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-11-17 22:00:00</published>
  <title>【Unity】UIElements 用の 拡張クラス</title>
  <type>rich</type>
  <url>https://hacchi-man.hatenablog.com/entry/2020/11/17/220000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
