源代码详情

返回代码列表
C++

隐藏组件代码

作者: 超级管理员 发布时间: 2025-11-15 13:53 下载次数: 2 最后更新: 2025-11-17 12:42
隐藏组件代码
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class yincang : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        gameObject.setActive(false);
    }

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