using System.Collections;
using UnityEngine;
public class ScrollTextContent : MonoBehaviour
{
public GameObject mTextValue;
private GameObject mContent = null;
public float mScrollSpeed = 15;
private float mHeightChange;
private float mTextHeight;
public float posY = 10f;
private bool isStartScroll = false;
private void Awake()
{
mTextValue.SetActive(false<
unity 利用ScrollView 实现文本框内容自动滚动
最新推荐文章于 2025-02-19 14:22:49 发布