Show / Hide Table of Contents

Interface IEntityControl

Simple interface that indicates that the given control is associated with some entity. This is primarily intended to be used with VV, so that you can easily open the VV window to examine an entity.

Namespace: Content.Client.UserInterface
Assembly: Content.Client.dll
Syntax
public interface IEntityControl

Properties

| Improve this Doc View Source

UiEntity

Declaration
EntityUid? UiEntity { get; }
Property Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾