Class: CEnvironment
Active weather environment controller.
Source
C++ class CEnvironment
Custom Constructor
CEnvironment
Remarks
Returned by level.environment(). The Lua binding exposes only access to the current descriptor.
Constructors
Constructor
ts
new CEnvironment(): CEnvironment;Returns
CEnvironment
Methods
current()
ts
current(): CEnvDescriptor;Get the current interpolated environment descriptor.
Returns
Engine-owned current environment descriptor.