Team Wilson Docs
  • PPG 3D
    • API
      • Main3D Function
      • Register
      • Action Events
      • Modify Property
      • Run Method
      • Add 3D Component
      • New Voxel Item
      • Categories
    • Voxels
      • Creating Your Own Voxel Model
      • Models
    • Snippets
      • Lean Monster Addon
    • Resources
  • RageBox
  • Character Creator
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. PPG 3D
  2. API

Main3D Function

The Main3D function plays a crucial role in People Playground 3D, as it is responsible for creating the spawnables and managing various elements when the game finishes loading.

Example:

public static void Main3D()
{
    Debug.Log("This is where all you ppg3d code goes");
}
PreviousAPINextRegister

Last updated 1 year ago

Was this helpful?