Version: 2023.1
언어: 한국어

ClipboardUtility

class in UnityEditor

매뉴얼로 전환

설명

A class containing methods to assist with clipboard operations.

정적 변수

canCopyGameObjectOptional filtering functions invoked to determine if a GameObject can be copied before any action is taken.
canCutGameObjectOptional filtering functions invoked to determine if a GameObject can be cut before any action is taken.
canDuplicateGameObjectOptional filtering functions invoked to determine if a GameObject can be duplicated before any action is taken.

Events

copyingGameObjectsEvent triggered before the selected GameObjects are copied to the clipboard.
cuttingGameObjectsEvent triggered before the selected GameObjects are cut to the clipboard.
duplicatedGameObjectsEvent triggered after GameObjects have been duplicated.
duplicatingGameObjectsEvent triggered before GameObjects are about to be duplicated.
pastedGameObjectsEvent triggered after GameObjects are pasted from the clipboard.
rejectedGameObjectsEvent triggered after the filtering process of canCopyGameObject, canCutGameObject or canDuplicateGameObject receiving an array of GameObjects which did not pass the filtering functions.