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