-
Notifications
You must be signed in to change notification settings - Fork 276
AmbientBoxLight
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Represents an ambient light with a box shape
- C++ related class:
OvCore::ECS::Components::CAmbientBoxLight - Inherits from lua usertype:
Light
This usertype has no variables
| Name | Input | Output | Description |
|---|---|---|---|
| new | AmbientBoxLight |
Default Constructor |
| Name | Input | Output | Description |
|---|---|---|---|
| GetSize |
AmbientBoxLight: instance |
number |
Returns the size of the box |
| SetSize |
AmbientBoxLight: instancenumber: size |
Defines the size of the box |
This usertype has no operators
