• This project
    • Loading...
  • Sign in

范川铭 / UnityFrameWork

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • UnityFrameWork
  • Assets
  • Scripts
  • UI
  • PanelTest.cs
  • 1.增加了一个面板使用框架 · 99be1740 ...
    99be1740 Browse Files
    2.增加了一个面板测试场景
    范川铭 authored 2025-05-21 14:26:36 +0800
PanelTest.cs 254 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class PanelTest : MonoBehaviour
{
    public ItemTestPanel panel;

    void Start()
    {
    }

    // Update is called once per frame
    void Update()
    {
    }
}