Skip to content

FormIntPtr

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

FormIntPtr (Mono Helper)

간단 설명: C# (Mono) 환경에서 네이티브 포인터(IntPtr)를 엔진 객체 포인터로 변환하는 템플릿 헬퍼. (UNUSE_MONO_LIB 정의 시 비활성)

함수

함수 설명
FromIntPtr<T>(MonoObject* instance, intptr_t nativePtr) IntPtr를 T*로 재해석 캐스팅 (검증/소유권 없음)

Mono 바인딩 구현시 안전 검사/타입 확인 추가 필요. 현재 단순 reinterpret.

CreatorEngine

API Docs

API Reference
Main
PhysicsSystem
RenderEngine
ScriptBinder
Utility_Framework

etc

Clone this wiki locally