Summary
Appends "Null" if `maybeHasDescription` is null. Otherwise calls
Animancer.IHasDescription.AppendDescription(System.Text.StringBuilder,System.String)
.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static StringBuilder AppendDescription<T>(this StringBuilder text, T maybeHasDescription, string separator = "\n", bool fullNodeDescription = false)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
maybeHasDescription | T | |
separator | string | |
fullNodeDescription | bool |
Return Value
Type | Description |
---|---|
StringBuilder |