MyEntityComponentContainer

From Space Engineers Wiki
Jump to: navigation, search

Версия игры: 1.175
Пространство имён VRage.Game.Components

public class MyEntityComponentContainer : MyComponentContainer, IMyComponentContainer
  Хранилище компонентов блока

Свойства:

public IMyEntity Entity { get; }
  Блок, которому принадлежит хранилище

public event Action<Type, MyEntityComponentBase> ComponentAdded
  Событие при добавлении компонента

public event Action<Type, MyEntityComponentBase> ComponentRemoved
  Событие при удалении компонента

Методы:

public MyEntityComponentContainer(IMyEntity entity)
  Конструктор

public override void Init(MyContainerDefinition definition)
  Перегрузка стандартного метода