Unity3d Tutorial: Application Class Part4 - unityVersion
Unity3D 2012. 6. 13. 14:31http://file:///Applications/Unity/Documentation/ScriptReference/Application-unityVersion.html
Application.unityVersion
The version of the Unity runtime used to play the content.static var unityVersion : String
Description
using System.Collections;
public class example : MonoBehaviour {
void Awake() {
print("Version of the runtime: " + Application.unityVersion);
}
}
'Unity3D' 카테고리의 다른 글
Game Design 101 - Unity Viewport / 1st & 3rd person camera (0) | 2012.06.18 |
---|---|
Unity3d Tutorial: Application Class Part5 - targetFrameRate (0) | 2012.06.13 |
Unity3d Tutorial : Application Class Part 3 - platform (0) | 2012.06.13 |
Unity3d Tutorial: Application Class Part 3 - isEditor (0) | 2012.06.13 |
Unity3D Tutorial : Application Class Part1 - runInBackground (0) | 2012.06.13 |