# BodyText

> The function's unprocessed body text.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.ShaderApiReflection](/engine/6000.7/script-reference/unityeditor/shaderapireflection.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public readonly string BodyText { get; }
```

### Remarks

The string returned by this property represents all the text between the opening and closing braces, including whitespace. [ReflectedFunction.GetNormalizedBodyText](/engine/6000.7/script-reference/unityeditor/shaderapireflection/reflectedfunction/getnormalizedbodytext.md) returns a version of this text in a more readable format.
