Show / Hide Table of Contents

Class MinimapManager.MapOverlayBase

Overlay Base to inherit from
Inheritance
System.Object
CustomEntity
MinimapManager.MapOverlayBase
MinimapManager.MapDrawing
MinimapManager.MapOverlay
Inherited Members
CustomEntity.SourceMod
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class MapOverlayBase : CustomEntity

Properties

| Improve this Doc View Source

Name

Unique name per overlay
Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TextureSize

Initial texture size to calculate the relative drawing position
Declaration
public int TextureSize { get; }
Property Value
Type Description
System.Int32

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾