Class LayerHasPropertyFilterComparer
Inheritance
System.Object
LayerHasPropertyFilterComparer
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 LayerHasPropertyFilterComparer : ILayerFeatureFilterComparer
Fields
Key
Declaration
public string Key
Field Value
Type | Description |
---|---|
System.String |
Methods
PropertyComparer(Object)
Declaration
protected virtual bool PropertyComparer(object property)
Parameters
Type | Name | Description |
---|---|---|
System.Object | property |
Returns
Type | Description |
---|---|
System.Boolean |
Try(VectorFeatureUnity)
Declaration
public bool Try(VectorFeatureUnity feature)
Parameters
Type | Name | Description |
---|---|---|
VectorFeatureUnity | feature |
Returns
Type | Description |
---|---|
System.Boolean |