Table of Contents

Class MapRenderOutput

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class MapRenderOutput : Panel, IDevUISignals
Inheritance
MapRenderOutput
Implements
Inherited Members

Constructors

MapRenderOutput(DevUI, World, string, DevUINode, Vector2, string, MapPage)

public MapRenderOutput(DevUI owner, World world, string IDstring, DevUINode parentNode, Vector2 pos, string title, MapPage mapPage)

Parameters

owner DevUI
world World
IDstring string
parentNode DevUINode
pos Vector2
title string
mapPage MapPage

Fields

altPNGPath

public string altPNGPath

Field Value

string

imageMeta

public Dictionary<string, Rect> imageMeta

Field Value

Dictionary<string, Rect>

mapPage

public MapPage mapPage

Field Value

MapPage

mapTex

public FAtlasElement mapTex

Field Value

FAtlasElement

texture

public Texture2D texture

Field Value

Texture2D

world

public World world

Field Value

World

Methods

CreateMapTexture()

public void CreateMapTexture()

Refresh()

public override void Refresh()

Signal(DevUISignalType, DevUINode, string)

public void Signal(DevUISignalType type, DevUINode sender, string message)

Parameters

type DevUISignalType
sender DevUINode
message string