유니티/c#(비교)보기RAWBlame되돌리기비교r21 vs r22......7878=== float는 f 붙음 ===7979예시는8080{{{#!syntax csharp81float a = 10.01938 // 오류82float a = 10.01938f // 정상81float a = 10.01938; // 오류82float a = 10.01938f; // 정상8383}}}