C# Класс VeeEntity.Manager

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( ) : void
GetComponents ( Type mType ) : IEnumerable
GetEntities ( ) : IEnumerable
GetEntitiesByComponent ( Type mType ) : IEnumerable
GetEntitiesByTag ( string mTag ) : IEnumerable
HasEntityByComponent ( Type mType ) : bool
HasEntityByTag ( string mTag ) : bool
Manager ( ) : System
Update ( float mFrameTime ) : void

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

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

public Clear ( ) : void
Результат void

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

public GetComponents ( Type mType ) : IEnumerable
mType System.Type
Результат IEnumerable

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

public GetEntities ( ) : IEnumerable
Результат IEnumerable

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

public GetEntitiesByComponent ( Type mType ) : IEnumerable
mType System.Type
Результат IEnumerable

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

public GetEntitiesByTag ( string mTag ) : IEnumerable
mTag string
Результат IEnumerable

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

public HasEntityByComponent ( Type mType ) : bool
mType System.Type
Результат bool

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

public HasEntityByTag ( string mTag ) : bool
mTag string
Результат bool

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

public Manager ( ) : System
Результат System

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

public Update ( float mFrameTime ) : void
mFrameTime float
Результат void