AnimancerUtilities.

StartsWithNewLine(string) Method

Summary

Does the `text` start with a new line character?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool StartsWithNewLine(this string text)

Parameters

Name Type Description
text string

Return Value

Type Description
bool