Show / Hide Table of Contents

Class JointVisualsComponent

Just draws a generic line between this entity and the target.

Inheritance
System.Object
JointVisualsComponent
Namespace: Content.Shared.Physics
Assembly: Content.Shared.dll
Syntax
public sealed class JointVisualsComponent : Component

Fields

| Improve this Doc View Source

OffsetA

Offset from Body A.

Declaration
public Vector2 OffsetA
Field Value
Type Description
Vector2
| Improve this Doc View Source

OffsetB

Offset from Body B.

Declaration
public Vector2 OffsetB
Field Value
Type Description
Vector2
| Improve this Doc View Source

Sprite

Declaration
public SpriteSpecifier Sprite
Field Value
Type Description
Robust.Shared.Utility.SpriteSpecifier
| Improve this Doc View Source

Target

Declaration
public EntityUid? Target
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾