MyEntityComponentContainer

From Space Engineers Wiki
Revision as of 15:50, 19 February 2017 by Rsa97 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)
  Перегрузка стандартного метода