Class LayerFilterCombiner
Inheritance
System.Object
LayerFilterCombiner
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.MeshGeneration.Filters
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class LayerFilterCombiner : ILayerFeatureFilterComparer
Fields
Filters
Declaration
public List<ILayerFeatureFilterComparer> Filters
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ILayerFeatureFilterComparer> |
Type
Declaration
public LayerFilterCombinerOperationType Type
Field Value
Type | Description |
---|---|
LayerFilterCombinerOperationType |
Methods
Try(VectorFeatureUnity)
Declaration
public bool Try(VectorFeatureUnity feature)
Parameters
Type | Name | Description |
---|---|---|
VectorFeatureUnity | feature |
Returns
Type | Description |
---|---|
System.Boolean |