Last active
August 29, 2015 14:06
-
-
Save masa795/ea9c99f610287d61758a to your computer and use it in GitHub Desktop.
Unity4.5.4で追加されたメソッド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################### | |
UnityEditor.PlayerSettings | |
static function | |
-------------------------------------------------- | |
Boolean get_visibleInBackground() | |
Void set_visibleInBackground( Boolean value ) | |
-------------------------------------------------- | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################### | |
UnityEngine.AndroidJNI | |
static function | |
-------------------------------------------------- | |
IntPtr ToObjectArray( IntPtr[] array, IntPtr arrayClass ) | |
-------------------------------------------------- | |
###################################### | |
UnityEngine.Terrain | |
function | |
-------------------------------------------------- | |
Boolean get_collectDetailPatches() | |
Void set_collectDetailPatches( Boolean value ) | |
-------------------------------------------------- | |
###################################### | |
UnityEngine.TextEditor | |
function | |
-------------------------------------------------- | |
Void UpdateScrollOffsetIfNeeded() | |
-------------------------------------------------- | |
###################################### | |
UnityEngine.Texture2D | |
function | |
-------------------------------------------------- | |
Byte[] EncodeToJPG( Int32 quality ) | |
-------------------------------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment