Table of Contents

Class PlacedObjectRepresentation

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class PlacedObjectRepresentation : Handle
Inheritance
PlacedObjectRepresentation
Derived
Inherited Members

Constructors

PlacedObjectRepresentation(DevUI, string, DevUINode, PlacedObject, string)

public PlacedObjectRepresentation(DevUI owner, string IDstring, DevUINode parentNode, PlacedObject pObj, string name)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
pObj PlacedObject
name string

Fields

pObj

public PlacedObject pObj

Field Value

PlacedObject

Properties

Name

public string Name { get; set; }

Property Value

string

Methods

Refresh()

public override void Refresh()

SetColor(Color)

public override void SetColor(Color col)

Parameters

col Color

Update()

public override void Update()