Class AiControllerLogic
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
Base class for AI Controller entities
[EntityFlags(EntityFlags.Updateable)]
public abstract class AiControllerLogic : ControllerLogic, IComparable<InternalEntity>
- Inheritance
-
objectAiControllerLogic
- Implements
- Derived
- Inherited Members
Constructors
AiControllerLogic(EntityParams)
protected AiControllerLogic(EntityParams entityParams)
Parameters
entityParams
EntityParams
Properties
IsBot
Is controller - AI controller
public override bool IsBot { get; }