Plasma Engine
2.0
Loading...
Searching...
No Matches
AiSensor.h
1
#pragma once
2
3
#include <AiPlugin/AiPluginDLL.h>
4
#include <GameEngine/GameEngineDLL.h>
5
6
class
plGameObject
;
7
8
class
PL_AIPLUGIN_DLL
plAiSensor
9
{
10
public
:
11
plAiSensor
() =
default
;
12
virtual
~plAiSensor
() =
default
;
13
14
virtual
void
UpdateSensor(
plGameObject
& owner) = 0;
15
};
plAiSensor
Definition
AiSensor.h:9
plGameObject
This class represents an object inside the world.
Definition
GameObject.h:32
Code
EnginePlugins
AiPlugin
UtilityAI
Framework
AiSensor.h
Generated by
1.11.0