From 3fafce57f902a8d8d20f7e9f1bcb0e55c9cb74f3 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 29 Aug 2022 09:39:43 +0800 Subject: + init --- Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs (limited to 'Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs') diff --git a/Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs b/Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs new file mode 100644 index 0000000..48843db --- /dev/null +++ b/Other/CADEMO/Assets/TutorialInfo/Scripts/Readme.cs @@ -0,0 +1,14 @@ +using System; +using UnityEngine; + +public class Readme : ScriptableObject { + public Texture2D icon; + public string title; + public Section[] sections; + public bool loadedLayout; + + [Serializable] + public class Section { + public string heading, text, linkText, url; + } +} -- cgit v1.1-26-g67d0