赞
踩
- using UnityEngine;
- using System.Collections;
-
- public class ExampleClass : MonoBehaviour
- {
- public RenderTexture rt;
- void Start()
- {
- rt = new RenderTexture(256, 256, 16, RenderTextureFormat.ARGB32);
- rt.Create();
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。