유니티/c#(비교)보기RAWBlame되돌리기비교r18 vs r19......7777=== float는 f 붙음 ===7878예시는7979{{{#!syntax csharp80float a = 10.01938 // 오룬80float a = 10.01938 // 오류8181float a = 10.01938f // 정상8282}}}