Show / Hide Table of Contents

Interface IGraphTransform

Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public interface IGraphTransform

Methods

| Improve this Doc View Source

Transform(EntityUid, EntityUid, Nullable<EntityUid>, GraphTransformArgs)

Declaration
void Transform(EntityUid oldUid, EntityUid newUid, EntityUid? userUid, GraphTransformArgs args)
Parameters
Type Name Description
EntityUid oldUid
EntityUid newUid
System.Nullable<EntityUid> userUid
GraphTransformArgs args
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾