C# Класс Content.Shared.Body.Events.RemovedFromPartInBodyEvent

Raised on a mechanism when it is removed from a body part within a body.
Наследование: EntityEventArgs
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OldBody SharedBodyComponent
OldPart SharedBodyPartComponent

Открытые методы

Метод Описание
RemovedFromPartInBodyEvent ( SharedBodyComponent oldBody, SharedBodyPartComponent oldPart ) : Content.Shared.Body.Components

Описание методов

RemovedFromPartInBodyEvent() публичный Метод

public RemovedFromPartInBodyEvent ( SharedBodyComponent oldBody, SharedBodyPartComponent oldPart ) : Content.Shared.Body.Components
oldBody SharedBodyComponent
oldPart SharedBodyPartComponent
Результат Content.Shared.Body.Components

Описание свойств

OldBody публичное свойство

public SharedBodyComponent OldBody
Результат SharedBodyComponent

OldPart публичное свойство

public SharedBodyPartComponent OldPart
Результат SharedBodyPartComponent