Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UnityEditor
DropInfo
C# Class UnityEditor.DropInfo
ファイルを表示
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
Public Properties
Property
Type
Description
dropArea
IDropArea
rect
UnityEngine.Rect
type
Type
userData
object
Public Methods
Method
Description
DropInfo
(
IDropArea
source
) :
System
Method Details
DropInfo()
public
method
public
DropInfo
(
IDropArea
source
) :
System
source
IDropArea
return
System
Property Details
dropArea
public_oe property
public
IDropArea
dropArea
return
IDropArea
rect
public_oe property
public
Rect,UnityEngine
rect
return
UnityEngine.Rect
type
public_oe property
public
Type
type
return
Type
userData
public_oe property
public
object
userData
return
object