Show / Hide Table of Contents

Class DebugPathPoly

A path poly to be used for networked debug purposes.

Inheritance
System.Object
DebugPathPoly
Namespace: Content.Shared.NPC
Assembly: Content.Shared.dll
Syntax
public sealed class DebugPathPoly : object

Fields

| Improve this Doc View Source

Box

Declaration
public Box2 Box
Field Value
Type Description
Box2
| Improve this Doc View Source

ChunkOrigin

Declaration
public Vector2i ChunkOrigin
Field Value
Type Description
Vector2i
| Improve this Doc View Source

Data

Declaration
public PathfindingData Data
Field Value
Type Description
PathfindingData
| Improve this Doc View Source

GraphUid

Declaration
public NetEntity GraphUid
Field Value
Type Description
NetEntity
| Improve this Doc View Source

Neighbors

Declaration
public List<NetCoordinates> Neighbors
Field Value
Type Description
List<Robust.Shared.Map.NetCoordinates>
| Improve this Doc View Source

TileIndex

Declaration
public byte TileIndex
Field Value
Type Description
System.Byte
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾