WoopWoop-Docs
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CAttribute
 CWoopWoop.RequireComponentSpecifies that a component requires certain other components to be attached to the same entity
 CWoopWoop.Audio.AudioClipRepresents an audio clip that can be played
 CWoopWoop.PolygonRenderer.BasicShapesContains static properties for basic shapes' vertices
 CWoopWoop.CollisionDataRepresents collision data between two colliders
 CWoopWoop.ComponentRepresents a component that can be attached to an entity in the game world
 CWoopWoop.CameraRepresents a camera that can be used to view the scene
 CWoopWoop.ColliderRepresents a collider component attached to an entity
 CWoopWoop.BoxColliderRepresents a collider component for a rectangular box
 CWoopWoop.PointCollider
 CWoopWoop.RendererBase class for rendering components
 CWoopWoop.BasicShapeRendererA renderer for basic shapes such as ellipses and rectangles
 CWoopWoop.LineRendererRenders a line between two points
 CWoopWoop.PolygonRendererRenders a polygon with given vertices
 CWoopWoop.TextureRendererRenders a texture on an entity
 CWoopWoop.UI.TextRendererRepresents a text renderer UI element
 CWoopWoop.UI.UIBoundsComponentRepresents a UI component with defined bounds
 CWoopWoop.UI.ButtonRepresents a button UI element
 CWoopWoop.UI.CheckboxRepresents a checkbox UI element
 CWoopWoop.UI.ColorPickerRepresents a color picker UI element
 CWoopWoop.UI.DropdownMenuRepresents a dropdown menu UI element
 CWoopWoop.UI.Label
 CWoopWoop.UI.SliderRepresents a slider UI element
 CWoopWoop.UI.SliderBar
 CWoopWoop.UI.UIWindowRepresents a window UI element
 CWoopWoop.TrailRendererRenders a trail behind an entity
 CWoopWoop.TransformRepresents the transformation component of an entity
 CWoopWoop.UI.CanvasRepresents a canvas UI element
 CWoopWoop.UI.HorizontalGridRepresents a horizontal grid component that arranges its child elements horizontally
 CWoopWoop.UI.VerticalGridRepresents a component that arranges child entities in a vertical grid layout
 CWoopWoop.DebugProvides methods for logging debug messages with different colors
 CWoopWoop.Editor.Editor
 CWoopWoop.EntityRepresents an entity in the game world
 CWoopWoop.Entity.EntityCreatorClass responsible for creating entities and configuring their properties
 CWoopWoop.GameRepresents the base class for a game
 CWoopWoop.MathUtil
 CWoopWoop.WoopWoopEngineThe main engine class responsible for managing the game loop and rendering