Show / Hide Table of Contents

Struct TerrainUtility.TerrainMap.TileCoord

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.TerrainAPI
Assembly: UnityEngine.dll
Syntax
public struct TileCoord

Constructors

| Improve this Doc View Source

TileCoord(Int32, Int32)

Declaration
public TileCoord(int tileX, int tileZ)
Parameters
Type Name Description
Int32 tileX
Int32 tileZ

Fields

| Improve this Doc View Source

tileX

Declaration
public readonly int tileX
Field Value
Type Description
Int32
| Improve this Doc View Source

tileZ

Declaration
public readonly int tileZ
Field Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX