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 SourceOffsetA
Offset from Body A.
Declaration
public Vector2 OffsetA
Field Value
Type | Description |
---|---|
Vector2 |
OffsetB
Offset from Body B.
Declaration
public Vector2 OffsetB
Field Value
Type | Description |
---|---|
Vector2 |
Sprite
Declaration
public SpriteSpecifier Sprite
Field Value
Type | Description |
---|---|
Robust.Shared.Utility.SpriteSpecifier |
Target
Declaration
public EntityUid? Target
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |