Show / Hide Table of Contents

Struct ExteriorAutomap.BuildingNameplate

Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public struct BuildingNameplate

Fields

| Improve this Doc View Source

anchorPoint

Declaration
public Vector2 anchorPoint
Field Value
Type Description
Vector2
| Improve this Doc View Source

gameObject

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

height

Declaration
public float height
Field Value
Type Description
Single
| Improve this Doc View Source

lowerLeftCorner

Declaration
public Vector2 lowerLeftCorner
Field Value
Type Description
Vector2
| Improve this Doc View Source

lowerRightCorner

Declaration
public Vector2 lowerRightCorner
Field Value
Type Description
Vector2
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

nameplateReplaced

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

numCollisionsDetected

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

offset

Declaration
public Vector2 offset
Field Value
Type Description
Vector2
| Improve this Doc View Source

placed

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

scale

Declaration
public float scale
Field Value
Type Description
Single
| Improve this Doc View Source

textLabel

Declaration
public TextLabel textLabel
Field Value
Type Description
TextLabel
| Improve this Doc View Source

uniqueIndex

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

upperLeftCorner

Declaration
public Vector2 upperLeftCorner
Field Value
Type Description
Vector2
| Improve this Doc View Source

upperRightCorner

Declaration
public Vector2 upperRightCorner
Field Value
Type Description
Vector2
| Improve this Doc View Source

width

Declaration
public float width
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX