// UltEvents // Copyright 2020 Kybernetik //
namespace UltEvents
{
/// [Editor-Only] The names of various types and members in .
internal static class Names
{
public const string
Namespace = "UltEvents",
PersistentArgumentType = "PersistentArgumentType";
/// [Editor-Only] The names of various members in .
internal static class PersistentArgument
{
public const string
Class = "PersistentArgument",
Type = "_Type",
Int = "_Int",
String = "_String",
X = "_X",
Y = "_Y",
Z = "_Z",
W = "_W",
Object = "_Object";
/// [Editor-Only] The full names of various members in .
internal static class Full
{
public const string
Type = "PersistentArgument.Type";
}
}
/// [Editor-Only] The names of various members in .
internal static class PersistentCall
{
public const string
Target = "_Target",
MethodName = "_MethodName",
PersistentArguments = "_PersistentArguments";
}
/// [Editor-Only] The names of various members in .
internal static class UltEvent
{
public const string
Class = "UltEvent",
PersistentCalls = "_PersistentCalls";
}
}
}