본문 바로가기 메뉴 바로가기

아카베리와 함께하는 프로그래밍 공부

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

아카베리와 함께하는 프로그래밍 공부

검색하기 폼
  • 분류 전체보기 (65)
    • C# (13)
    • Unity3D (13)
    • Logical (3)
    • 면접공부해요 (36)
    • 대기글 (0)
  • 방명록

[Unity C#] Unity Inspector Customize

using UnityEngine;using UnityEditor; [CustomEditor (typeof ( MyClass ))] // MyClass는 함수가 작동될 애의 함수 public class CustomInspector: Editor { public override void OnInspectorGUI(){base.OnInspectorGUI (); MyClass exam = target as MyClass; if (GUILayout.Button ("ExamPushButton")) {exam.Func(); }} [ 유니티 인스펙터 버튼 만들기 ] 요거말고 링크가 있었을거에요. 다음에 생각나면 포스팅 해야겠어요.

C# 2016. 10. 7. 01:04
[C#] Encrypt_C#_SHA1

using System.Security.Cryptography; while ( true ) { SHA1 sha = new SHA1CryptoServiceProvider(); string hashInput = Console.ReadLine(); if ( hashInput == "exit " ) break; Console.WriteLine( "INPUT:" + hashInput ); byte[] shaSetter = Encoding.ASCII.GetBytes(hashInput); byte[] res = sha.ComputeHash( shaSetter ); //Console.WriteLine( "OUT:" + res.ToString() ); Console.WriteLine( "Base64 Encoding : ..

C# 2016. 10. 4. 12:11
이전 1 ··· 19 20 21 22 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • ▶[ACA♥Berry Studio]
  • ▶[내일의 석]
  • ▶[배고픈 존]
TAG
more
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바