Object
Object class for construction and management of visuals
Properties
| Type | Property |
|---|---|
| Color | color |
| Transform | transform |
| Texture | texture |
| boolean | is_filled |
Constructors
| Return | Constructor | Value |
|---|---|---|
| Object | Object.new() | color = {1, 1, 1}, transform = {0, 0, 0}, texture = nil, is_filled = false |