Skip to content

IAIComponent

29thnight edited this page Nov 27, 2025 · 1 revision

IAIComponent

간단 설명: AI 컴포넌트 공통 인터페이스. 초기화/업데이트 훅과 AI 유형(BT/FSM) 제공.

메서드

메서드 설명
Initialize() 초기화 순수 가상
InternalAIUpdate(deltaSecond) 내부 업데이트(기본 빈 구현)
GetAIType() 현재 AI 유형 반환(AIType)

필드

필드 설명
m_aiType 기본 AIType::BT
m_handle 델리게이트 핸들(등록용)

BT/FSM 구현 컴포넌트가 상속하여 사용.

CreatorEngine

API Docs

API Reference
Main
PhysicsSystem
RenderEngine
ScriptBinder
Utility_Framework

etc

Clone this wiki locally