Application.unityVersion 版本

static var unityVersion : string

Description描述

The version of the Unity runtime used to play the content.

用于播放内容的Unity运行时版本。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		print("Version of the runtime: " + Application.unityVersion);
	}
}
print ("Version of the runtime: " + Application.unityVersion);
最后修改:2010年12月15日 Wednesday 0:22

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。