Tanoda
|
Public Member Functions | |
void | GetSupportInfo (List< T > features, List< SupportInfo > info) |
Must be implemented by a renderer to report what level of support it has for all features of this type. More... | |
T | : | LeapGraphicFeatureBase |
Definition at line 13 of file ISupportsFeature.cs.
void Leap.Unity.GraphicalRenderer.ISupportsFeature< T >.GetSupportInfo | ( | List< T > | features, |
List< SupportInfo > | info | ||
) |
Must be implemented by a renderer to report what level of support it has for all features of this type.
The 'features' list will contain all features requested in priority order, and the 'info' list will come pre-filled with full-support info items. The renderer must change these full-support items to a warning or error item to reflect what it is able to support.
This method will NEVER be called if there are 0 features of type T.