Net.Like.Xue.Tokyo/Assets/Plugins/MeshCombineStudio/Scripts/Misc
CortexCore b125894cc3 1 2024-11-03 16:42:23 +08:00
..
Collections 1 2024-11-03 16:42:23 +08:00
CachedComponents.cs 1 2024-11-03 16:42:23 +08:00
Console.cs 1 2024-11-03 16:42:23 +08:00
DirectDraw.cs 1 2024-11-03 16:42:23 +08:00
DisabledLodMeshRender.cs 1 2024-11-03 16:42:23 +08:00
DisabledMeshRenderer.cs 1 2024-11-03 16:42:23 +08:00
EnableChildrenMeshRenderers.cs 1 2024-11-03 16:42:23 +08:00
GarbageCollectMesh.cs 1 2024-11-03 16:42:23 +08:00
LightmapSettings.cs 1 2024-11-03 16:42:23 +08:00
MCS_CameraController.cs 1 2024-11-03 16:42:23 +08:00
MCS_FPSCounter.cs 1 2024-11-03 16:42:23 +08:00
Mathw.cs 1 2024-11-03 16:42:23 +08:00
MeshFilterRevert.cs 1 2024-11-03 16:42:23 +08:00
Methods.cs 1 2024-11-03 16:42:23 +08:00
ReadMe.cs 1 2024-11-03 16:42:23 +08:00
ShadowDistance.cs 1 2024-11-03 16:42:23 +08:00
SimpleMove.cs 1 2024-11-03 16:42:23 +08:00
SwitchMeshCombineManager.cs 1 2024-11-03 16:42:23 +08:00
TriangleAAB3.cs 1 2024-11-03 16:42:23 +08:00

ReadMe.cs

using UnityEngine;
using System.Collections;

namespace MeshCombineStudio
{
    public class ReadMe : MonoBehaviour {

        public bool buttonEdit;
        public string readme;
    }
}