English | 中文
Game client UI integration module. Provides APIs for integrating the UI framework with the 3D game engine.
Source: Source/Client/SO3UI/
| Category | Description | Source File |
|---|---|---|
| Network | HTTP network request functions (CURL) | kschemescripttable.cpp |
| Scene | Scene rendering and coordinate transformation | krepresentscripttable.cpp |
| Camera | Camera control functions | krepresentscripttable.cpp |
| Represent | Character and NPC representation | krepresentscripttable.cpp |
SO3UI (Game Client UI Integration)
├── Network Functions
│ ├── CURL_HttpPostEx, CURL_DownloadFile, CURL_Close
│ └── OpenBrowser
├── Scene Functions
│ ├── Scene_* coordinate transformation
│ ├── SceneObject_* manipulation
│ └── TopHead and Target Selection
├── Camera Functions
│ └── Camera_GetRTParams, Camera_GetParams
└── Represent Functions
├── Player_Get* resource functions
├── NPC_Get* resource functions
└── Character_* model functions