BodyText
The function's unprocessed body text.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEditor.ShaderApiReflection
- Assembly: UnityEditor.CoreModule
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 returns a version of this text in a more readable format.