블로그
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class ParentClass : MonoBehaviour { public int pubVar PriFunction() { print("I am private"); } protected void ProFunction() { print("I am protected"); } // Use
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class GenericsSample : MonoBehaviour { public BoxCollider boxcoll; // Use this for initialization void Start () { boxcoll = GetComponent(); boxcoll.isTrigger
- [영진전문대학 컴퓨터정보계열] 유니티 실습 using UnityEngine; using System.Collections; public class HelloWorld : MonoBehaviour { int num = 1; int num2 = 1; // Use this for initialization void Start () { } // Update is called once per frame void Update
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class CarController : MonoBehaviour { public GameObject car; public float moveSpeed = 0.1f; public Vector3 v3; // Use this for initialization void Start ()
- c# ToString() Format Reference by Herbert Schildt Publisher: Osborne/McGraw-Hill (March 8, 2002) ISBN: 0072134852 */ // Use ToString() to format values. using System; public class ToStringDemo { public static void Main() { double
- 컴네 문제 4-46 1개당 8비트씩 (class A : network 8 , host 24) 기말 문제 4-49 Private IP Addresses No two machines that are global and standardized. However, private networks that are not connected to the Internet may use
- 영어공부영어일기 뭔가 같다 막대 The class at 7 and Monday Friday. I like use some tools, such and the rubber band.
- 오픽기출문제-단골로 출제되는 테크놀로지에 대한 문제와 답을 연습해보세요(학생편 직장인편 비교연습) 학생편 샘플 답안 We use a beam projector in the class room. Besides, we use the computer, the internet and some search eng.......
- 씬전환, 씬전환 효과 씬 Fade In Out 넘어갈 씬에 넣을 코드 using UnityEngine; using System.Collections; public class ScreenFadeInOut : MonoBehaviour { // Use this for initialization public float fadeSpeed = 1.5f; private bool scensStarting
- [스크랩] Color Picker for Android 출처 : [ https://github.com/chiralcode/Android-Color-Picker ] Color Picker for AndroidEasy to use, fully This gives a possibility to use it as any other Android comp.......