WoopWoop-Docs
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NWoopWoop
 NAudio
 CAudioClipRepresents an audio clip that can be played
 NEditor
 CEditor
 NUI
 CButtonRepresents a button UI element
 CCanvasRepresents a canvas UI element
 CCheckboxRepresents a checkbox UI element
 CColorPickerRepresents a color picker UI element
 CDropdownMenuRepresents a dropdown menu UI element
 CHorizontalGridRepresents a horizontal grid component that arranges its child elements horizontally
 CLabel
 CSliderRepresents a slider UI element
 CSliderBar
 CTextRendererRepresents a text renderer UI element
 CUIBoundsComponentRepresents a UI component with defined bounds
 CUIWindowRepresents a window UI element
 CVerticalGridRepresents a component that arranges child entities in a vertical grid layout
 CBasicShapeRendererA renderer for basic shapes such as ellipses and rectangles
 CBoxColliderRepresents a collider component for a rectangular box
 CCameraRepresents a camera that can be used to view the scene
 CColliderRepresents a collider component attached to an entity
 CCollisionDataRepresents collision data between two colliders
 CComponentRepresents a component that can be attached to an entity in the game world
 CDebugProvides methods for logging debug messages with different colors
 CEntityRepresents an entity in the game world
 CEntityCreatorClass responsible for creating entities and configuring their properties
 CGameRepresents the base class for a game
 CLineRendererRenders a line between two points
 CMathUtil
 CPointCollider
 CPolygonRendererRenders a polygon with given vertices
 CBasicShapesContains static properties for basic shapes' vertices
 CRendererBase class for rendering components
 CRequireComponentSpecifies that a component requires certain other components to be attached to the same entity
 CTextureRendererRenders a texture on an entity
 CTrailRendererRenders a trail behind an entity
 CTransformRepresents the transformation component of an entity
 CWoopWoopEngineThe main engine class responsible for managing the game loop and rendering