You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

552 lines
25 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class MarkdownView
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class MarkdownView
  11. ">
  12. <meta name="generator" content="docfx 2.42.4.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../index.html">
  33. <img id="logo" class="svg" src="../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView">
  63. <h1 id="BSIPA_ModList_UI_ViewControllers_MarkdownView" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView" class="text-break">Class MarkdownView
  64. </h1>
  65. <div class="markdown level0 summary"><p>A UI component that renders Markdown in-game.</p>
  66. </div>
  67. <div class="markdown level0 conceptual"></div>
  68. <div class="inheritance">
  69. <h5>Inheritance</h5>
  70. <div class="level0"><span class="xref">System.Object</span></div>
  71. <div class="level1"><span class="xref">UnityEngine.Object</span></div>
  72. <div class="level2"><span class="xref">UnityEngine.Component</span></div>
  73. <div class="level3"><span class="xref">UnityEngine.Behaviour</span></div>
  74. <div class="level4"><span class="xref">UnityEngine.MonoBehaviour</span></div>
  75. <div class="level5"><span class="xref">MarkdownView</span></div>
  76. </div>
  77. <div class="inheritedMembers">
  78. <h5>Inherited Members</h5>
  79. <div>
  80. <span class="xref">UnityEngine.MonoBehaviour.IsInvoking()</span>
  81. </div>
  82. <div>
  83. <span class="xref">UnityEngine.MonoBehaviour.CancelInvoke()</span>
  84. </div>
  85. <div>
  86. <span class="xref">UnityEngine.MonoBehaviour.Invoke(System.String, System.Single)</span>
  87. </div>
  88. <div>
  89. <span class="xref">UnityEngine.MonoBehaviour.InvokeRepeating(System.String, System.Single, System.Single)</span>
  90. </div>
  91. <div>
  92. <span class="xref">UnityEngine.MonoBehaviour.CancelInvoke(System.String)</span>
  93. </div>
  94. <div>
  95. <span class="xref">UnityEngine.MonoBehaviour.IsInvoking(System.String)</span>
  96. </div>
  97. <div>
  98. <span class="xref">UnityEngine.MonoBehaviour.StartCoroutine(System.String)</span>
  99. </div>
  100. <div>
  101. <span class="xref">UnityEngine.MonoBehaviour.StartCoroutine(System.String, System.Object)</span>
  102. </div>
  103. <div>
  104. <span class="xref">UnityEngine.MonoBehaviour.StartCoroutine(System.Collections.IEnumerator)</span>
  105. </div>
  106. <div>
  107. <span class="xref">UnityEngine.MonoBehaviour.StartCoroutine_Auto(System.Collections.IEnumerator)</span>
  108. </div>
  109. <div>
  110. <span class="xref">UnityEngine.MonoBehaviour.StopCoroutine(System.Collections.IEnumerator)</span>
  111. </div>
  112. <div>
  113. <span class="xref">UnityEngine.MonoBehaviour.StopCoroutine(UnityEngine.Coroutine)</span>
  114. </div>
  115. <div>
  116. <span class="xref">UnityEngine.MonoBehaviour.StopCoroutine(System.String)</span>
  117. </div>
  118. <div>
  119. <span class="xref">UnityEngine.MonoBehaviour.StopAllCoroutines()</span>
  120. </div>
  121. <div>
  122. <span class="xref">UnityEngine.MonoBehaviour.print(System.Object)</span>
  123. </div>
  124. <div>
  125. <span class="xref">UnityEngine.MonoBehaviour.useGUILayout</span>
  126. </div>
  127. <div>
  128. <span class="xref">UnityEngine.Behaviour.enabled</span>
  129. </div>
  130. <div>
  131. <span class="xref">UnityEngine.Behaviour.isActiveAndEnabled</span>
  132. </div>
  133. <div>
  134. <span class="xref">UnityEngine.Component.GetComponent(System.Type)</span>
  135. </div>
  136. <div>
  137. <span class="xref">UnityEngine.Component.GetComponent&lt;T&gt;()</span>
  138. </div>
  139. <div>
  140. <span class="xref">UnityEngine.Component.GetComponent(System.String)</span>
  141. </div>
  142. <div>
  143. <span class="xref">UnityEngine.Component.GetComponentInChildren(System.Type, System.Boolean)</span>
  144. </div>
  145. <div>
  146. <span class="xref">UnityEngine.Component.GetComponentInChildren(System.Type)</span>
  147. </div>
  148. <div>
  149. <span class="xref">UnityEngine.Component.GetComponentInChildren&lt;T&gt;(System.Boolean)</span>
  150. </div>
  151. <div>
  152. <span class="xref">UnityEngine.Component.GetComponentInChildren&lt;T&gt;()</span>
  153. </div>
  154. <div>
  155. <span class="xref">UnityEngine.Component.GetComponentsInChildren(System.Type, System.Boolean)</span>
  156. </div>
  157. <div>
  158. <span class="xref">UnityEngine.Component.GetComponentsInChildren(System.Type)</span>
  159. </div>
  160. <div>
  161. <span class="xref">UnityEngine.Component.GetComponentsInChildren&lt;T&gt;(System.Boolean)</span>
  162. </div>
  163. <div>
  164. <span class="xref">UnityEngine.Component.GetComponentsInChildren&lt;T&gt;(System.Boolean, System.Collections.Generic.List&lt;T&gt;)</span>
  165. </div>
  166. <div>
  167. <span class="xref">UnityEngine.Component.GetComponentsInChildren&lt;T&gt;()</span>
  168. </div>
  169. <div>
  170. <span class="xref">UnityEngine.Component.GetComponentsInChildren&lt;T&gt;(System.Collections.Generic.List&lt;T&gt;)</span>
  171. </div>
  172. <div>
  173. <span class="xref">UnityEngine.Component.GetComponentInParent(System.Type)</span>
  174. </div>
  175. <div>
  176. <span class="xref">UnityEngine.Component.GetComponentInParent&lt;T&gt;()</span>
  177. </div>
  178. <div>
  179. <span class="xref">UnityEngine.Component.GetComponentsInParent(System.Type, System.Boolean)</span>
  180. </div>
  181. <div>
  182. <span class="xref">UnityEngine.Component.GetComponentsInParent(System.Type)</span>
  183. </div>
  184. <div>
  185. <span class="xref">UnityEngine.Component.GetComponentsInParent&lt;T&gt;(System.Boolean)</span>
  186. </div>
  187. <div>
  188. <span class="xref">UnityEngine.Component.GetComponentsInParent&lt;T&gt;(System.Boolean, System.Collections.Generic.List&lt;T&gt;)</span>
  189. </div>
  190. <div>
  191. <span class="xref">UnityEngine.Component.GetComponentsInParent&lt;T&gt;()</span>
  192. </div>
  193. <div>
  194. <span class="xref">UnityEngine.Component.GetComponents(System.Type)</span>
  195. </div>
  196. <div>
  197. <span class="xref">UnityEngine.Component.GetComponents(System.Type, System.Collections.Generic.List&lt;UnityEngine.Component&gt;)</span>
  198. </div>
  199. <div>
  200. <span class="xref">UnityEngine.Component.GetComponents&lt;T&gt;(System.Collections.Generic.List&lt;T&gt;)</span>
  201. </div>
  202. <div>
  203. <span class="xref">UnityEngine.Component.GetComponents&lt;T&gt;()</span>
  204. </div>
  205. <div>
  206. <span class="xref">UnityEngine.Component.CompareTag(System.String)</span>
  207. </div>
  208. <div>
  209. <span class="xref">UnityEngine.Component.SendMessageUpwards(System.String, System.Object, UnityEngine.SendMessageOptions)</span>
  210. </div>
  211. <div>
  212. <span class="xref">UnityEngine.Component.SendMessageUpwards(System.String, System.Object)</span>
  213. </div>
  214. <div>
  215. <span class="xref">UnityEngine.Component.SendMessageUpwards(System.String)</span>
  216. </div>
  217. <div>
  218. <span class="xref">UnityEngine.Component.SendMessageUpwards(System.String, UnityEngine.SendMessageOptions)</span>
  219. </div>
  220. <div>
  221. <span class="xref">UnityEngine.Component.SendMessage(System.String, System.Object)</span>
  222. </div>
  223. <div>
  224. <span class="xref">UnityEngine.Component.SendMessage(System.String)</span>
  225. </div>
  226. <div>
  227. <span class="xref">UnityEngine.Component.SendMessage(System.String, System.Object, UnityEngine.SendMessageOptions)</span>
  228. </div>
  229. <div>
  230. <span class="xref">UnityEngine.Component.SendMessage(System.String, UnityEngine.SendMessageOptions)</span>
  231. </div>
  232. <div>
  233. <span class="xref">UnityEngine.Component.BroadcastMessage(System.String, System.Object, UnityEngine.SendMessageOptions)</span>
  234. </div>
  235. <div>
  236. <span class="xref">UnityEngine.Component.BroadcastMessage(System.String, System.Object)</span>
  237. </div>
  238. <div>
  239. <span class="xref">UnityEngine.Component.BroadcastMessage(System.String)</span>
  240. </div>
  241. <div>
  242. <span class="xref">UnityEngine.Component.BroadcastMessage(System.String, UnityEngine.SendMessageOptions)</span>
  243. </div>
  244. <div>
  245. <span class="xref">UnityEngine.Component.transform</span>
  246. </div>
  247. <div>
  248. <span class="xref">UnityEngine.Component.gameObject</span>
  249. </div>
  250. <div>
  251. <span class="xref">UnityEngine.Component.tag</span>
  252. </div>
  253. <div>
  254. <span class="xref">UnityEngine.Object.GetInstanceID()</span>
  255. </div>
  256. <div>
  257. <span class="xref">UnityEngine.Object.GetHashCode()</span>
  258. </div>
  259. <div>
  260. <span class="xref">UnityEngine.Object.Equals(System.Object)</span>
  261. </div>
  262. <div>
  263. <span class="xref">UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion)</span>
  264. </div>
  265. <div>
  266. <span class="xref">UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)</span>
  267. </div>
  268. <div>
  269. <span class="xref">UnityEngine.Object.Instantiate(UnityEngine.Object)</span>
  270. </div>
  271. <div>
  272. <span class="xref">UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform)</span>
  273. </div>
  274. <div>
  275. <span class="xref">UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform, System.Boolean)</span>
  276. </div>
  277. <div>
  278. <span class="xref">UnityEngine.Object.Instantiate&lt;T&gt;(T)</span>
  279. </div>
  280. <div>
  281. <span class="xref">UnityEngine.Object.Instantiate&lt;T&gt;(T, UnityEngine.Vector3, UnityEngine.Quaternion)</span>
  282. </div>
  283. <div>
  284. <span class="xref">UnityEngine.Object.Instantiate&lt;T&gt;(T, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)</span>
  285. </div>
  286. <div>
  287. <span class="xref">UnityEngine.Object.Instantiate&lt;T&gt;(T, UnityEngine.Transform)</span>
  288. </div>
  289. <div>
  290. <span class="xref">UnityEngine.Object.Instantiate&lt;T&gt;(T, UnityEngine.Transform, System.Boolean)</span>
  291. </div>
  292. <div>
  293. <span class="xref">UnityEngine.Object.Destroy(UnityEngine.Object, System.Single)</span>
  294. </div>
  295. <div>
  296. <span class="xref">UnityEngine.Object.Destroy(UnityEngine.Object)</span>
  297. </div>
  298. <div>
  299. <span class="xref">UnityEngine.Object.DestroyImmediate(UnityEngine.Object, System.Boolean)</span>
  300. </div>
  301. <div>
  302. <span class="xref">UnityEngine.Object.DestroyImmediate(UnityEngine.Object)</span>
  303. </div>
  304. <div>
  305. <span class="xref">UnityEngine.Object.FindObjectsOfType(System.Type)</span>
  306. </div>
  307. <div>
  308. <span class="xref">UnityEngine.Object.DontDestroyOnLoad(UnityEngine.Object)</span>
  309. </div>
  310. <div>
  311. <span class="xref">UnityEngine.Object.DestroyObject(UnityEngine.Object, System.Single)</span>
  312. </div>
  313. <div>
  314. <span class="xref">UnityEngine.Object.DestroyObject(UnityEngine.Object)</span>
  315. </div>
  316. <div>
  317. <span class="xref">UnityEngine.Object.FindSceneObjectsOfType(System.Type)</span>
  318. </div>
  319. <div>
  320. <span class="xref">UnityEngine.Object.FindObjectsOfTypeIncludingAssets(System.Type)</span>
  321. </div>
  322. <div>
  323. <span class="xref">UnityEngine.Object.FindObjectsOfType&lt;T&gt;()</span>
  324. </div>
  325. <div>
  326. <span class="xref">UnityEngine.Object.FindObjectOfType&lt;T&gt;()</span>
  327. </div>
  328. <div>
  329. <span class="xref">UnityEngine.Object.FindObjectsOfTypeAll(System.Type)</span>
  330. </div>
  331. <div>
  332. <span class="xref">UnityEngine.Object.FindObjectOfType(System.Type)</span>
  333. </div>
  334. <div>
  335. <span class="xref">UnityEngine.Object.ToString()</span>
  336. </div>
  337. <div>
  338. <span class="xref">UnityEngine.Object.name</span>
  339. </div>
  340. <div>
  341. <span class="xref">UnityEngine.Object.hideFlags</span>
  342. </div>
  343. <div>
  344. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  345. </div>
  346. <div>
  347. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  348. </div>
  349. <div>
  350. <span class="xref">System.Object.GetType()</span>
  351. </div>
  352. <div>
  353. <span class="xref">System.Object.MemberwiseClone()</span>
  354. </div>
  355. </div>
  356. <h6><strong>Namespace</strong>: <a class="xref" href="BSIPA_ModList.UI.ViewControllers.html">BSIPA_ModList.UI.ViewControllers</a></h6>
  357. <h6><strong>Assembly</strong>: BSIPA-ModList.dll</h6>
  358. <h5 id="BSIPA_ModList_UI_ViewControllers_MarkdownView_syntax">Syntax</h5>
  359. <div class="codewrapper">
  360. <pre><code class="lang-csharp hljs">[RequireComponent(typeof(RectTransform))]
  361. public class MarkdownView : MonoBehaviour</code></pre>
  362. </div>
  363. <h3 id="constructors">Constructors
  364. </h3>
  365. <span class="small pull-right mobile-hide">
  366. <span class="divider">|</span>
  367. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=BSIPA_ModList_UI_ViewControllers_MarkdownView__ctor.md&amp;value=---%0Auid%3A%20BSIPA_ModList.UI.ViewControllers.MarkdownView.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  368. </span>
  369. <span class="small pull-right mobile-hide">
  370. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/BSIPA-ModList/UI/ViewControllers/MarkdownView.cs/#L63">View Source</a>
  371. </span>
  372. <a id="BSIPA_ModList_UI_ViewControllers_MarkdownView__ctor_" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor*"></a>
  373. <h4 id="BSIPA_ModList_UI_ViewControllers_MarkdownView__ctor" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor">MarkdownView()</h4>
  374. <div class="markdown level1 summary"><p>Creates a new <a class="xref" href="BSIPA_ModList.UI.ViewControllers.MarkdownView.html">MarkdownView</a>. Should never be called correctly. Instead, use <span class="xref">UnityEngine.GameObject.AddComponent``1</span>.</p>
  375. </div>
  376. <div class="markdown level1 conceptual"></div>
  377. <h5 class="decalaration">Declaration</h5>
  378. <div class="codewrapper">
  379. <pre><code class="lang-csharp hljs">public MarkdownView()</code></pre>
  380. </div>
  381. <h3 id="fields">Fields
  382. </h3>
  383. <span class="small pull-right mobile-hide">
  384. <span class="divider">|</span>
  385. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=BSIPA_ModList_UI_ViewControllers_MarkdownView_HasEmbeddedImage.md&amp;value=---%0Auid%3A%20BSIPA_ModList.UI.ViewControllers.MarkdownView.HasEmbeddedImage%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  386. </span>
  387. <span class="small pull-right mobile-hide">
  388. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/BSIPA-ModList/UI/ViewControllers/MarkdownView.cs/#L75">View Source</a>
  389. </span>
  390. <h4 id="BSIPA_ModList_UI_ViewControllers_MarkdownView_HasEmbeddedImage" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.HasEmbeddedImage">HasEmbeddedImage</h4>
  391. <div class="markdown level1 summary"><p>This function will be called whenever attempting to resolve an image URI, to ensure that the image exists in the embedded assembly.</p>
  392. </div>
  393. <div class="markdown level1 conceptual"></div>
  394. <h5 class="decalaration">Declaration</h5>
  395. <div class="codewrapper">
  396. <pre><code class="lang-csharp hljs">public Func&lt;string, bool&gt; HasEmbeddedImage</code></pre>
  397. </div>
  398. <h5 class="fieldValue">Field Value</h5>
  399. <table class="table table-bordered table-striped table-condensed">
  400. <thead>
  401. <tr>
  402. <th>Type</th>
  403. <th>Description</th>
  404. </tr>
  405. </thead>
  406. <tbody>
  407. <tr>
  408. <td><span class="xref">System.Func</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.Boolean</span>&gt;</td>
  409. <td><p>a delegate for the function to call</p>
  410. </td>
  411. </tr>
  412. </tbody>
  413. </table>
  414. <h3 id="properties">Properties
  415. </h3>
  416. <span class="small pull-right mobile-hide">
  417. <span class="divider">|</span>
  418. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=BSIPA_ModList_UI_ViewControllers_MarkdownView_Markdown.md&amp;value=---%0Auid%3A%20BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  419. </span>
  420. <span class="small pull-right mobile-hide">
  421. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/BSIPA-ModList/UI/ViewControllers/MarkdownView.cs/#L38">View Source</a>
  422. </span>
  423. <a id="BSIPA_ModList_UI_ViewControllers_MarkdownView_Markdown_" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown*"></a>
  424. <h4 id="BSIPA_ModList_UI_ViewControllers_MarkdownView_Markdown" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown">Markdown</h4>
  425. <div class="markdown level1 summary"></div>
  426. <div class="markdown level1 conceptual"></div>
  427. <h5 class="decalaration">Declaration</h5>
  428. <div class="codewrapper">
  429. <pre><code class="lang-csharp hljs">public string Markdown { get; set; }</code></pre>
  430. </div>
  431. <h5 class="propertyValue">Property Value</h5>
  432. <table class="table table-bordered table-striped table-condensed">
  433. <thead>
  434. <tr>
  435. <th>Type</th>
  436. <th>Description</th>
  437. </tr>
  438. </thead>
  439. <tbody>
  440. <tr>
  441. <td><span class="xref">System.String</span></td>
  442. <td></td>
  443. </tr>
  444. </tbody>
  445. </table>
  446. <span class="small pull-right mobile-hide">
  447. <span class="divider">|</span>
  448. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=BSIPA_ModList_UI_ViewControllers_MarkdownView_rectTransform.md&amp;value=---%0Auid%3A%20BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  449. </span>
  450. <span class="small pull-right mobile-hide">
  451. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/BSIPA-ModList/UI/ViewControllers/MarkdownView.cs/#L52">View Source</a>
  452. </span>
  453. <a id="BSIPA_ModList_UI_ViewControllers_MarkdownView_rectTransform_" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform*"></a>
  454. <h4 id="BSIPA_ModList_UI_ViewControllers_MarkdownView_rectTransform" data-uid="BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform">rectTransform</h4>
  455. <div class="markdown level1 summary"><p>A convenience property to access the <span class="xref">UnityEngine.RectTransform</span> on the <span class="xref">UnityEngine.GameObject</span> this is on.</p>
  456. </div>
  457. <div class="markdown level1 conceptual"></div>
  458. <h5 class="decalaration">Declaration</h5>
  459. <div class="codewrapper">
  460. <pre><code class="lang-csharp hljs">public RectTransform rectTransform { get; }</code></pre>
  461. </div>
  462. <h5 class="propertyValue">Property Value</h5>
  463. <table class="table table-bordered table-striped table-condensed">
  464. <thead>
  465. <tr>
  466. <th>Type</th>
  467. <th>Description</th>
  468. </tr>
  469. </thead>
  470. <tbody>
  471. <tr>
  472. <td><span class="xref">UnityEngine.RectTransform</span></td>
  473. <td><p>the <span class="xref">UnityEngine.RectTransform</span> associated with this component</p>
  474. </td>
  475. </tr>
  476. </tbody>
  477. </table>
  478. <h3 id="extensionmethods">Extension Methods</h3>
  479. <div>
  480. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
  481. </div>
  482. <div>
  483. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetPrivateField__1_System_Object_System_String_">ReflectionUtil.GetPrivateField&lt;T&gt;(Object, String)</a>
  484. </div>
  485. <div>
  486. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
  487. </div>
  488. <div>
  489. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
  490. </div>
  491. <div>
  492. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod&lt;T&gt;(Object, String, Object[])</a>
  493. </div>
  494. <div>
  495. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_CopyComponent_UnityEngine_Component_System_Type_UnityEngine_GameObject_System_Type_">ReflectionUtil.CopyComponent(Component, Type, GameObject, Type)</a>
  496. </div>
  497. <div>
  498. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_CopyComponent__1_UnityEngine_Component_UnityEngine_GameObject_System_Type_">ReflectionUtil.CopyComponent&lt;T&gt;(Component, GameObject, Type)</a>
  499. </div>
  500. </article>
  501. </div>
  502. <div class="hidden-sm col-md-2" role="complementary">
  503. <div class="sideaffix">
  504. <div class="contribution">
  505. <ul class="nav">
  506. <li>
  507. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=BSIPA_ModList_UI_ViewControllers_MarkdownView.md&amp;value=---%0Auid%3A%20BSIPA_ModList.UI.ViewControllers.MarkdownView%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  508. </li>
  509. <li>
  510. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/BSIPA-ModList/UI/ViewControllers/MarkdownView.cs/#L24" class="contribution-link">View Source</a>
  511. </li>
  512. </ul>
  513. </div>
  514. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  515. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  516. </nav>
  517. </div>
  518. </div>
  519. </div>
  520. </div>
  521. <footer>
  522. <div class="grad-bottom"></div>
  523. <div class="footer">
  524. <div class="container">
  525. <span class="pull-right">
  526. <a href="#top">Back to top</a>
  527. </span>
  528. <span>Generated by <strong>DocFX</strong></span>
  529. </div>
  530. </div>
  531. </footer>
  532. </div>
  533. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  534. <script type="text/javascript" src="../styles/docfx.js"></script>
  535. <script type="text/javascript" src="../styles/main.js"></script>
  536. </body>
  537. </html>