2016-10-01ãã1ã¶æéã®è¨äºä¸è¦§
ã¯ããã« CEDEC2016ã§ã°ãªã¼ã®æ¹ã®è¬æ¼ãè´ã㦠ãUI Discussionãã¨ããåãçµã¿ãã¨ã¦ãé¢ç½ããã ã£ãã®ã§ æå¿ã§éã¾ã£ã¦ãUIã¯ã©ããã¨ããååã§åæ§ã®æ´»åã8æä¸æ¬ããå§ãã¾ãã ããã㨠ã¬ãã¥ã¼å¯¾è±¡ã®ã¢ããªã1å決ãã åèªã§1é±éãæéã®ããâ¦
using UnityEditor; using UnityEngine; [CanEditMultipleObjects] [CustomEditor( typeof( UICenterOnChild ), true )] public sealed class UICenterOnChildEditor : Editor { public override void OnInspectorGUI() { DrawDefaultInspector(); if ( GUILâ¦
using UnityEditor; using UnityEngine; [CanEditMultipleObjects] [CustomEditor( typeof( UIWrapContent ), true )] public sealed class UIWrapContentEditorCustom : UIWrapContentEditor { public override void OnInspectorGUI() { base.OnInspectorGUâ¦
using UnityEditor; using UnityEngine; [CanEditMultipleObjects] [CustomEditor( typeof( UIScrollView ), true )] public sealed class UIScrollViewEditorCustom : UIScrollViewEditor { public override void OnInspectorGUI() { base.OnInspectorGUI()â¦
using UnityEditor; using UnityEngine; [CanEditMultipleObjects] [CustomEditor( typeof( UIGrid ), true )] public sealed class UIGridEditorCustom : UIGridEditor { public override void OnInspectorGUI() { base.OnInspectorGUI(); if ( GUILayout.Bâ¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private Func<T, TKey> m_selector; public CommonSelector( Func<T, TKey> sele</t,></t,></t></t,>â¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private Func<T, TKey> m_selector; public CommonSelector( Func<T, TKey> sele</t,></t,></t></t,>â¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private Func<T, TKey> m_selector; public CommonSelector( Func<T, TKey> sele</t,></t,></t></t,>â¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private Func<T, TKey> m_selector; public CommonSelector( Func<T, TKey> sele</t,></t,></t></t,>â¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private Func<T, TKey> m_selector; public CommonSelector( Func<T, TKey> sele</t,></t,></t></t,>â¦
ã½ã¼ã¹ã³ã¼ã using System; using System.Collections.Generic; using System.Linq; public static class IEnumerableExtensions { private sealed class CommonSelector<T, TKey> : IEqualityComparer<T> { private readonly Func<T, TKey> m_selector; public CommonSelector( </t,></t></t,>â¦
ãã¼ã¸ã§ã³ 5.0.11 対å¿æ¹æ³ EasyTouch.csã®934è¡ç®ä»¥éã«ä¸è¨ã®å¦çã追å ãã // NGUI if (enabledNGuiMode){ if (IsTouchOverNGui(fingers[twoFinger.finger0].position) && IsTouchOverNGui(fingers[twoFinger.finger1].position)) { twoFinger.isOverGuâ¦
val isCompleted = false; CoroutineUtils.CallWaitForCondition( () => isCompleted, () => Debug.Log( "ãã«ãã¥ã¦" ) ); CoroutineUtils.CallWaitForCondition( gameObject, () => isCompleted, () => Debug.Log( "ãã«ãã¥ã¦" ) );
CoroutineUtils.CallWaitForSeconds( 1.5f, () => Debug.Log( "ãã«ãã¥ã¦" ) ); CoroutineUtils.CallWaitForSeconds( gameObject, 1.5f, () => Debug.Log( "ãã«ãã¥ã¦" ) );
ã½ã¼ã¹ã³ã¼ã 使ãæ¹ CoroutineUtils.CallWaitForEndOfFrame( () => Debug.Log( "ãã«ãã¥ã¦" ) ); CoroutineUtils.CallWaitForEndOfFrame( gameObject, () => Debug.Log( "ãã«ãã¥ã¦" ) );
æ¦è¦ http://hwstats.unity3d.com/mobile/ ä¸è¨ã®ãã¼ã¸ã§ Android ã iOS ã®ã·ã§ã¢ã確èªã§ãã¾ã