Class StringExtention
Namespace: UnityEngine.Experimental.Rendering.HDPipeline
Syntax
public static class StringExtention
Methods
CamelToPascalCaseWithSpace(String, Boolean)
Runtime alternative to UnityEditor.ObjectNames.NicifyVariableName. Only prefix 'm_' is not skipped.
Declaration
public static string CamelToPascalCaseWithSpace(this string text, bool preserveAcronyms = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | |
| Boolean | preserveAcronyms |
Returns
| Type | Description |
|---|---|
| String |