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 SourceUiEntity
Declaration
EntityUid? UiEntity { get; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |