package drag_datas
import "kaiju/editor/ui/drag_datas"
Types
EntityIdDragData
struct
type EntityIdDragData struct {
EntityId engine.EntityId
}
EntityIdDragData.DragUpdate
func (e *EntityIdDragData) DragUpdate()
FileIdDragData
struct
type FileIdDragData struct {
FilePath string
}
FileIdDragData.DragUpdate
func (e *FileIdDragData) DragUpdate()