💻
UGS 개발문서
  • Unity Google Sheet
  • Getting Start
    • 다운로드
    • Apps Script Setup
    • GoogleDrive Setup
  • HOW TO USE
    • 시트 생성 및 데이터 만들기
    • 로컬에서 불러오기
    • 시트에서 불러오기(LiveLoad)
    • 시트에 데이터 쓰기(LiveWrite)
  • Advanced User Features
    • UGS APIs
    • Use CustomType
    • Use EnumType
    • SpreadSheet Detail
    • Use UGS on WPF, Console C# Project
  • Details
    • * API 제한사항 (할당량)
    • * 보안 주의사항
    • * 추가기능 개발
  • Examples and Tutorial
    • Awesome Sunny!
  • Trouble Shooting
    • Exception : Reference has errors 'HamsterGoogleSpreadSheet'.
    • Exception : InvalidOperationException: You are trying to read Input ...
    • Exception : index index was out of bounds of array
    • Exception : Newtonsoft.Json Confict
Powered by GitBook
On this page

Was this helpful?

  1. Advanced User Features

Use EnumType

PreviousUse CustomTypeNextSpreadSheet Detail

Last updated 2 years ago

Was this helpful?

Enum 사용방법

구글스프레드 시트 내에서 여러분들이 만든 Enum을 사용하실 수 있습니다.

매우 간단합니다. 단지, enum에 UGS 어트리뷰트를 붙여주기만 하면 됩니다!

이후 테이블은 아래와같이 FieldName : Enum<Type> 을 적습니다. Enum임을 명시해야 하기때문에 Enum<>으로 작성합니다.