|
|
|
|
|
|
/// <see cref="Agent"/>'s <see cref="BehaviorParameters"/> indicate that the Agent is running in Heuristic Mode,
|
|
|
|
/// this Actuator will write actions from the <see cref="InputSystem"/> to the <see cref="ActionBuffers"/> object.
|
|
|
|
/// </summary>
|
|
|
|
public class InputActionActuator : IActuator, IHeuristicProvider, IBuiltInActuator |
|
|
|
public class InputActionActuator : IActuator, IBuiltInActuator |
|
|
|
{ |
|
|
|
readonly BehaviorParameters m_BehaviorParameters; |
|
|
|
readonly InputAction m_Action; |
|
|
|