This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
ovadi240
/
GAMEN3_ExamProject_DiegoOvalle_B2GP
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
f19fc28942
Branches
Tags
FinalVersion
master
GAMEN3_ExamProj...
/
Assets
/
TutorialInfo
/
Scripts
Diego Ovalle
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
1 tuần trước cách đây
..
Editor
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
1 tuần trước cách đây
Editor.meta
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
1 tuần trước cách đây
Readme.cs
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
1 tuần trước cách đây
Readme.cs.meta
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
1 tuần trước cách đây
Readme.cs
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;
}
}