Summary
The type identifier of a
UltEvents.PersistentArgument
.- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["PersistentArgumentType"]
class Type type-node
Syntax
public enum PersistentArgumentType
Fields
Name | Constant Value | Summary |
---|---|---|
Bool | 1 |
bool .static
|
Color | 10 |
UnityEngine.Color .static
|
Color32 | 11 |
UnityEngine.Color32 .static
|
Enum | 4 |
Any kind of
System.Enum .static
|
Float | 5 |
static
|
Int | 3 |
int .static
|
None | 0 |
Type not set.
static
|
Object | 13 |
UnityEngine.Object .static
|
Parameter | 14 |
The value of a parameter passed to the event.
static
|
Quaternion | 9 |
UnityEngine.Quaternion .static
|
Rect | 12 |
UnityEngine.Rect .static
|
ReturnValue | 15 |
The return value by a previous
UltEvents.PersistentCall .static
|
String | 2 |
static
|
Vector2 | 6 |
UnityEngine.Vector2 .static
|
Vector3 | 7 |
UnityEngine.Vector3 .static
|
Vector4 | 8 |
UnityEngine.Vector4 .static
|