This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
GHzGlass
/
GHZLangChao
İzle
4
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
b9b6a039ef
Dallar
Biçim İmleri
F/20231018_Demo
F/20231026_RTCChange
F/20231114_RTCFusion
F/20231201_XJDemo
F/20240219_Hot
XJDemoGHZ
master
GHZLangChao
/
Assets
/
TutorialInfo
/
Scripts
DGJ
5cc03e34af
场景定位、机柜定位、寻路 实现
1 yıl önce
..
Editor
5cc03e34af
场景定位、机柜定位、寻路 实现
1 yıl önce
Editor.meta
5cc03e34af
场景定位、机柜定位、寻路 实现
1 yıl önce
Readme.cs
5cc03e34af
场景定位、机柜定位、寻路 实现
1 yıl önce
Readme.cs.meta
5cc03e34af
场景定位、机柜定位、寻路 实现
1 yıl önce
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;
}
}