Show / Hide Table of Contents

Class MinMaxPair

Inheritance
System.Object
MinMaxPair
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.Modifiers
Assembly:cs.temp.dll.dll
Syntax
public class MinMaxPair

Fields

max

Declaration
public float max
Field Value
Type Description
System.Single

min

Declaration
public float min
Field Value
Type Description
System.Single

Methods

GetMinMaxHeight(List<Vector3>)

Declaration
public static MinMaxPair GetMinMaxHeight(List<Vector3> vertices)
Parameters
Type Name Description
System.Collections.Generic.List<Vector3> vertices
Returns
Type Description
MinMaxPair
Back to top © 2017 Mapbox