Public Attributes | |
IDType | fKind |
IDType | fID |
This is the drag and drop data associated with kDragFlavor_NewObject. It is proposed when inserting a new object in the scene via drag and drop from the objects toolbar.
Here is how to retreive the data in ReceiveDrop (when acceptedType is kDragFlavor_NewObject):
T3DViewObjectDropData dropData; dropCandidate->GetData(kDragFlavor_NewObject,moveOrCopy,(void**)&dropData);