Search Results for

    Show / Hide Table of Contents

    Class LodMinMax

    Inheritance
    System.Object
    LodMinMax
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.CityInfo
    Assembly: cs.temp.dll.dll
    Syntax
    public class LodMinMax

    Constructors

    LodMinMax(Int32, Int32)

    Declaration
    public LodMinMax(int min, int max)
    Parameters
    Type Name Description
    System.Int32 min
    System.Int32 max

    Fields

    Max

    Declaration
    public int Max
    Field Value
    Type Description
    System.Int32

    Min

    Declaration
    public int Min
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top PLATEAU SDK for Unity