TypeSelectionButton.

GetDerivedTypes(Type) Method

Summary

Returns a list of all types that inherit from the `baseType`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TypeSelectionButton

Syntax

public static List<Type> GetDerivedTypes(Type baseType)

Parameters

Name Type Description
baseType Type

Return Value

Type Description
List<Type>