struct NativeAreaFeature
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeAreaFeature)
Overview
struct NativeAreaFeature: INativeDisposable {
- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_native_area_feature_1_1_dispose_job)
// fields
readonly FeatureKind Kind;
readonly LayerKind Layer;
// properties
UnsafeList<float3> Points;
UnsafeList<int> Indices;
UnsafeList<NativeLineSegment> ExteriorEdges;
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