Tanoda
Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType > Class Template Reference
Inheritance diagram for Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >:
Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase

Public Member Functions

override void AssignFeatureReferences ()
 
override void ClearDataObjectReferences ()
 
override void AddFeatureData (LeapFeatureData data)
 
override Type GetDataObjectType ()
 
override LeapFeatureData CreateFeatureDataForGraphic (LeapGraphic graphic)
 
- Public Member Functions inherited from Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase
virtual SupportInfo GetSupportInfo (LeapGraphicGroup group)
 
abstract void AssignFeatureReferences ()
 
abstract void ClearDataObjectReferences ()
 
abstract void AddFeatureData (LeapFeatureData data)
 
abstract Type GetDataObjectType ()
 
abstract LeapFeatureData CreateFeatureDataForGraphic (LeapGraphic graphic)
 

Public Attributes

List< DataType > featureData = new List<DataType>()
 A list of all feature data. More...
 

Additional Inherited Members

- Properties inherited from Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase
bool isDirty [get, set]
 
bool isDirtyOrEditTime [get]
 

Detailed Description

Type Constraints
DataType :LeapFeatureData 
DataType :new() 

Definition at line 62 of file LeapGraphicFeature.cs.

Member Function Documentation

◆ AddFeatureData()

override void Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.AddFeatureData ( LeapFeatureData  data)
virtual

◆ AssignFeatureReferences()

override void Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.AssignFeatureReferences ( )
virtual

◆ ClearDataObjectReferences()

override void Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.ClearDataObjectReferences ( )
virtual

◆ CreateFeatureDataForGraphic()

override LeapFeatureData Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.CreateFeatureDataForGraphic ( LeapGraphic  graphic)
virtual

◆ GetDataObjectType()

override Type Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.GetDataObjectType ( )
virtual

Member Data Documentation

◆ featureData

List<DataType> Leap.Unity.GraphicalRenderer.LeapGraphicFeature< DataType >.featureData = new List<DataType>()

A list of all feature data.

Definition at line 69 of file LeapGraphicFeature.cs.


The documentation for this class was generated from the following file: