Class Automap.NoteMarker
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class NoteMarker
Constructors
| Improve this Doc View SourceNoteMarker(Vector3, String)
Declaration
public NoteMarker(Vector3 position, string note)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | |
| String | note |
Fields
| Improve this Doc View Sourcenote
Declaration
public string note
Field Value
| Type | Description |
|---|---|
| String |
position
Declaration
public Vector3 position
Field Value
| Type | Description |
|---|---|
| Vector3 |