Method CamelToPascalCaseWithSpace
CamelToPascalCaseWithSpace(string, bool)
Runtime alternative to UnityEditor.ObjectNames.NicifyVariableName. Only prefix 'm_' is not skipped.
선언
public static string CamelToPascalCaseWithSpace(this string text, bool preserveAcronyms = true)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| string | text | |
| bool | preserveAcronyms | 
반환
| 타입 | 설명 | 
|---|---|
| string |