AnimancerEditorUtilities.

AppendNameAndGenericArguments(StringBuilder, Type, bool, int) Method

Summary

Appends the generic arguments of `type` (after skipping the specified number).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static int AppendNameAndGenericArguments(StringBuilder text, Type type, bool fullName = true, int skipGenericArguments = 0)

Parameters

Name Type Description
text StringBuilder
type Type
fullName bool
skipGenericArguments int

Return Value

Type Description
int