본문 바로가기

참치김밥은 최고의 한식이다

검색하기
참치김밥은 최고의 한식이다
프로필사진 l__j__h

  • 분류 전체보기 (76)
    • 백준 (2)
    • 코드업 (0)
    • Unity (50)
      • Hololens2 (0)
      • Github (0)
      • 최적화 (7)
    • 책 (13)
      • C# (11)
Guestbook
250x250
Notice
Recent Posts
Recent Comments
Link
«   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
Tags
  • error
  • Effective C#
  • 유니티 그래픽스 최적화 스타트업
  • 깃허브
  • 메모리
  • shader
  • 튜토리얼
  • 쉐이더
  • github
  • 애님
  • 유니티
  • 최적화
  • 오류
  • Final IK
  • 애니메이션
  • 익명 타입
  • tutorial
  • unity
  • 2판
  • 유니티 그래픽 최적화
  • 파이널 IK
  • NavMesh
  • 에러
  • 사용법
  • 쓰는 법
  • 속성
  • 프로퍼티
  • 리깅
  • c#
  • 리팩토링
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Bottom (1)

참치김밥은 최고의 한식이다

[Unity] RectTransform left, right, top, bottom 값 수정 및 가져오기

public static class RectTransformUtils { public static void SetLeft(this RectTransform rt, float left) { rt.offsetMin = new Vector2(left, rt.offsetMin.y); } public static void SetRight(this RectTransform rt, float right) { rt.offsetMax = new Vector2(-right, rt.offsetMax.y); } public static void SetTop(this RectTransform rt, float top) { rt.offsetMax = new Vector2(rt.offsetMax.x, -top); } public ..

Unity 2023. 6. 15. 17:22
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바