Skip to content

RagdollComponent

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

RagdollComponent

간단 설명: 아티큘레이션 데이터 기반의 래그돌 시스템을 위한 컴포넌트. 현재 ICollider 인터페이스 구현은 최소화되어 있음.

필드/상태

  • m_bIsRagdoll: 활성 여부
  • 내부 ID/카운트/블렌드 시간 등 파라미터
  • 오프셋: m_posOffset, m_rotOffset
  • 데이터: m_ArticulationPath, m_articulationData

ICollider 오버라이드들은 기본 빈 구현으로 되어 있어 충돌 이벤트는 비활성.

CreatorEngine

API Docs

API Reference
Main
PhysicsSystem
RenderEngine
ScriptBinder
Utility_Framework

etc

Clone this wiki locally