Show / Hide Table of Contents

Class Automap.NoteMarker

Inheritance
Object
Automap.NoteMarker
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class NoteMarker

Constructors

| Improve this Doc View Source

NoteMarker(Vector3, String)

Declaration
public NoteMarker(Vector3 position, string note)
Parameters
Type Name Description
Vector3 position
String note

Fields

| Improve this Doc View Source

note

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

position

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