Summary
Returns the
System.Type associated with the specified UltEvents.PersistentArgumentType.
If the `type` can be inherited (such as an Enum or Object),
the `assemblyQualifiedName` will be used to get the type.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- PersistentArgument
Syntax
public static Type GetArgumentType(PersistentArgumentType type, float secondaryType, string assemblyQualifiedName)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Persistent |
|
| secondaryType | float | |
| assemblyQualifiedName | string |
Return Value
| Type | Description |
|---|---|
| Type |