Method GetDirectSelection
GetDirectSelection(IUsesDirectSelection)
Returns a dictionary of direct selections
Declaration
public static Dictionary<Transform, DirectSelectionData> GetDirectSelection(this IUsesDirectSelection user)
Parameters
Type | Name | Description |
---|---|---|
IUsesDirectSelection | user | The functionality user |
Returns
Type | Description |
---|---|
Dictionary<Transform, DirectSelectionData> | Dictionary (K,V) where K = rayOrigin used to select the object and V = info about the direct selection |