Remove legacy sandbox picking - no longer used (#4472)
Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
@@ -764,12 +764,6 @@ namespace AzToolsFramework
|
||||
//! Spawn asset browser for the appropriate asset types.
|
||||
virtual void BrowseForAssets(AssetBrowser::AssetSelectionModel& /*selection*/) = 0;
|
||||
|
||||
/// Allow interception of selection / left-mouse clicks in ObjectMode, for customizing selection behavior.
|
||||
virtual void HandleObjectModeSelection(const AZ::Vector2& /*point*/, int /*flags*/, bool& /*handled*/) {}
|
||||
|
||||
/// Allow interception of cursor, for customizing selection behavior.
|
||||
virtual void UpdateObjectModeCursor(AZ::u32& /*cursorId*/, AZStd::string& /*cursorStr*/) {}
|
||||
|
||||
/// Creates editor-side representation of an underlying entity.
|
||||
virtual void CreateEditorRepresentation(AZ::Entity* /*entity*/) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user