Class HumanControllerLogic<TInput, T>
Base class for human Controller entities with typed ControlledEntity field
Inheritance
HumanControllerLogic<TInput, T>
Assembly: LiteEntitySystem.dll
Syntax
public abstract class HumanControllerLogic<TInput, T> : HumanControllerLogic<TInput>, IComparable<InternalEntity> where TInput : unmanaged where T : PawnLogic
Type Parameters
Name |
Description |
TInput |
|
T |
|
Constructors
HumanControllerLogic(EntityParams)
Declaration
protected HumanControllerLogic(EntityParams entityParams)
Parameters
Properties
ControlledEntity
Declaration
public T ControlledEntity { get; }
Property Value
Implements