C# Класс Entitas.EntityExtension

Показать файл Открыть проект

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

Метод Описание
AddComponentSuffix ( this componentName ) : string
CopyTo ( this entity, Entity target, bool replaceExisting = false ) : void
RemoveComponentSuffix ( this componentName ) : string

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

AddComponentSuffix() публичный статический Метод

public static AddComponentSuffix ( this componentName ) : string
componentName this
Результат string

CopyTo() публичный статический Метод

public static CopyTo ( this entity, Entity target, bool replaceExisting = false ) : void
entity this
target Entity
replaceExisting bool
Результат void

RemoveComponentSuffix() публичный статический Метод

public static RemoveComponentSuffix ( this componentName ) : string
componentName this
Результат string