Interface IManagerObject<T>
An interface to define it as a ManagerObject to be used by ObjectManager<T, TManager>
Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
Assembly: UtilityAIFramework.dll
Syntax
public interface IManagerObject<in T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Bind(T)
Declaration
void Bind(T manager)
Parameters
Type | Name | Description |
---|---|---|
T | manager |