Tanoda
|
Public Member Functions | |
override void | AssignFeatureReferences () |
override void | ClearDataObjectReferences () |
override void | AddFeatureData (LeapFeatureData data) |
override Type | GetDataObjectType () |
override LeapFeatureData | CreateFeatureDataForGraphic (LeapGraphic graphic) |
![]() | |
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 | |
![]() | |
bool | isDirty [get, set] |
bool | isDirtyOrEditTime [get] |
DataType | : | LeapFeatureData | |
DataType | : | new() |
Definition at line 62 of file LeapGraphicFeature.cs.
|
virtual |
Implements Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase.
Definition at line 81 of file LeapGraphicFeature.cs.
|
virtual |
Implements Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase.
Definition at line 71 of file LeapGraphicFeature.cs.
|
virtual |
Implements Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase.
Definition at line 77 of file LeapGraphicFeature.cs.
|
virtual |
Implements Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase.
Definition at line 89 of file LeapGraphicFeature.cs.
|
virtual |
Implements Leap.Unity.GraphicalRenderer.LeapGraphicFeatureBase.
Definition at line 85 of file LeapGraphicFeature.cs.
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.