강의

멘토링

로드맵

Inflearn Community Q&A

kiyomin's profile image
kiyomin

asked

[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming

[RENEWAL] Integer format

13분 40초 부근에 long 타입의 변수는 id계열에 사용한다고 하셨는데

Resolved

Written on

·

238

0

id계열이 무엇인지 알 수 있을까요?

C#

Answer 2

1

Rookiss님의 프로필 이미지
Rookiss
Instructor

MMO 기준으로 아이템이라거나 각종 오브젝트(Player, Monster, Npc 등)등을
구분하기 위한 아이디 번호가 필요한데 이럴 때 자주 활용됩니다.
게임이 오래되면 int32로는 부족할 수 있습니다.

0

KIYOMIN님의 프로필 이미지
KIYOMIN
Questioner

감사합니다!

kiyomin's profile image
kiyomin

asked

Ask a question