Show / Hide Table of Contents

Struct StreamingWorld.TerrainDesc

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public struct TerrainDesc

Fields

| Improve this Doc View Source

active

Declaration
public bool active
Field Value
Type Description
Boolean
| Improve this Doc View Source

billboardBatchObject

Declaration
public GameObject billboardBatchObject
Field Value
Type Description
GameObject
| Improve this Doc View Source

hasLocation

Declaration
public bool hasLocation
Field Value
Type Description
Boolean
| Improve this Doc View Source

mapPixelX

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

mapPixelY

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

terrainObject

Declaration
public GameObject terrainObject
Field Value
Type Description
GameObject
| Improve this Doc View Source

updateData

Declaration
public bool updateData
Field Value
Type Description
Boolean
| Improve this Doc View Source

updateLocation

Declaration
public bool updateLocation
Field Value
Type Description
Boolean
| Improve this Doc View Source

updateNature

Declaration
public bool updateNature
Field Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX