Skip to content

NodeFactory

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

BT::NodeFactory

간단 설명: 문자열 타입 이름으로 BT 노드를 생성하는 등록/팩토리 싱글턴.

메서드

메서드 설명
Register(typeName, func) 생성 함수 등록
Create(typeName) 타입 이름으로 노드 생성(등록된 팩토리 호출)
GetReisteredKeys() 등록된 키 목록 반환
IsRegistered(typeName) 등록 여부 검사
Clear() 레지스트리 초기화

내부

필드 설명
m_registry 타입 이름→생성 함수 맵

전역 접근: BTNodeFactory.

CreatorEngine

API Docs

API Reference
Main
PhysicsSystem
RenderEngine
ScriptBinder
Utility_Framework

etc

Clone this wiki locally