Class Canvas
- Namespace
- Alis.Core.Ecs.Component.Ui
- Assembly
- Alis.dll
The canvas class
public class Canvas : AComponent, IComponent<GameObject>, IEnabled, IIdentifier, IRuntime, IBuilder<CanvasBuilder>
Inheritance
Implements
Inherited Members
Properties
Height
Gets or sets the value of the height
public int Height { get; set; }
Property Value
Width
Gets or sets the value of the width
public int Width { get; set; }
Property Value
Methods
Builder()
Builders this instance
public CanvasBuilder Builder()
Returns
- CanvasBuilder
-
The canvas builder