WoopWoop-Docs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WoopWoop.UI.Canvas Class Reference

Represents a canvas UI element. More...

Inheritance diagram for WoopWoop.UI.Canvas:
WoopWoop.Component

Public Member Functions

override void Awake ()
 Initializes the canvas by assigning a default camera if none is provided.
 
override void Update (float deltaTime)
 Updates the canvas position to match the camera's position.
 
override void OnDrawGizmo ()
 Draws the canvas boundaries as a rectangle in the editor.
 
- Public Member Functions inherited from WoopWoop.Component
void Attach (Entity entity)
 Attaches the component to an entity.
 
virtual void Start ()
 Called when the component is started if it's enabled.
 
virtual void OnEndOfFrame ()
 Called on the end of every frame.
 
virtual void Stop ()
 Called when the component is removed.
 

Public Attributes

Camera camera
 The camera associated with the canvas.
 

Additional Inherited Members

- Properties inherited from WoopWoop.Component
Entity entity [get, private set]
 The entity to which this component is attached.
 
Transform transform [get]
 The transform of the entity to which this component is attached.
 
bool Enabled = true [get, set]
 Determines whether the component is enabled.
 

Detailed Description

Represents a canvas UI element.

Member Function Documentation

◆ Awake()

override void WoopWoop.UI.Canvas.Awake ( )
virtual

Initializes the canvas by assigning a default camera if none is provided.

Reimplemented from WoopWoop.Component.

◆ OnDrawGizmo()

override void WoopWoop.UI.Canvas.OnDrawGizmo ( )
virtual

Draws the canvas boundaries as a rectangle in the editor.

Reimplemented from WoopWoop.Component.

◆ Update()

override void WoopWoop.UI.Canvas.Update ( float deltaTime)
virtual

Updates the canvas position to match the camera's position.

Parameters
deltaTimeThe time since the last frame.

Reimplemented from WoopWoop.Component.

Member Data Documentation

◆ camera

Camera WoopWoop.UI.Canvas.camera

The camera associated with the canvas.


The documentation for this class was generated from the following file: