Clipboard Class

Summary

[Editor-Only] Manages the copying and pasting of events and persistent calls.
Assembly
UltEvents.dll
Namespace
UltEvents.Editor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Clipboard"] class Type type-node

Syntax

public static class Clipboard

Properties

Name Value Summary
HasCall bool
Indicates whether a persistent call has been copied.
static
HasEvent bool
Indicates whether an event has been copied.
static

Methods

Name Value Summary
CopyCall(PersistentCall) void
Stores the details of the specified call.
static
CopyCall(Serialization.PropertyAccessor, Object) void
Stores the details of the call contained in the specified property.
static
CopyCall(SerializedProperty) void
Stores the details of the call contained in the specified property.
static
CopyEvent(Serialization.PropertyAccessor, Object) void
Stores the details of the event contained in the specified property.
static
CopyEvent(SerializedProperty) void
Stores the details of the event contained in the specified property.
static
CopyEvent(UltEventBase) void
Stores the details of the specified event.
static
Paste(UltEventBase) void
Overwrites the specified event with the previously copied details.
static
PasteCall(PersistentCall) void
Overwrites the specified call with the previously copied details.
static
PasteCall(Serialization.PropertyAccessor, Object) void
Overwrites the call contained in the specified property with the copied details.
static
PasteCall(SerializedProperty) void
Overwrites the call contained in the specified property with the copied details.
static