Version: 2021.3
언어: 한국어

DeviceSimulatorPlugin

class in UnityEditor.DeviceSimulation

매뉴얼로 전환

설명

Extend this class to create a Device Simulator plug-in.

Extend this class to create a Device Simulator plug-in. A plug-in lets you control custom simulation parameters from a UI inside the Control Panel of a Device Simulator window. Unity creates, destroys, and serializes a plug-in together with the Device Simulator window the plug-in is active in.

변수

deviceSimulatorDevice Simulator in which this plug-in is instantiated.
titleTitle for the plug-in UI.

Public 함수

OnCreateCalled when Unity creates the Device Simulator window.
OnCreateUIThe VisualElement that this method returns is embedded in the Device Simulator window. If the method returns null, plug-in UI is not embedded.
OnDestroyCalled when Device Simulator window is destroyed.