Search Results for

    Show / Hide Table of Contents

    Struct CityObjectIndex

    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.PolygonMesh
    Assembly: cs.temp.dll.dll
    Syntax
    public struct CityObjectIndex

    Constructors

    CityObjectIndex(Int32, Int32)

    Declaration
    public CityObjectIndex(int primaryIndex, int atomicIndex)
    Parameters
    Type Name Description
    System.Int32 primaryIndex
    System.Int32 atomicIndex

    Fields

    AtomicIndex

    Declaration
    public int AtomicIndex
    Field Value
    Type Description
    System.Int32

    PrimaryIndex

    Declaration
    public int PrimaryIndex
    Field Value
    Type Description
    System.Int32

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    FromUV(PlateauVector2f)

    Declaration
    public static CityObjectIndex FromUV(PlateauVector2f uv)
    Parameters
    Type Name Description
    PlateauVector2f uv
    Returns
    Type Description
    CityObjectIndex

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToArray()

    Declaration
    public int[] ToArray()
    Returns
    Type Description
    System.Int32[]
    In This Article
    Back to top PLATEAU SDK for Unity