struct NativePointFeature
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativePointFeature)
Overview
struct NativePointFeature: INativeDisposable {
- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_native_point_feature_1_1_dispose_job)
// fields
readonly FeatureKind Kind;
readonly LayerKind Layer;
// properties
UnsafeList<float3> Points;
NativeLabelInfo LabelInfo;
// methods
void Dispose();
JobHandle Dispose(JobHandle dependencies);
};
Detailed Documentation
Methods
Dispose
void Dispose()
Disposes this feature's Native Collections and releases any resources
Dispose
JobHandle Dispose(JobHandle dependencies)
Schedules a Job which disposes this feature's Native Collections and releases any resources