Struct CityObjectIndex
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
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
Field Value
Type |
Description |
System.Int32 |
|
PrimaryIndex
Declaration
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToArray()
Declaration
Returns
Type |
Description |
System.Int32[] |
|