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