Click or drag to resize

ICurrentEnvironment Properties

The ICurrentEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyForAnyUsage Obsolete.
Public propertyForBackground
Get or set the RenderEnvironment used as the 360 degree backdrop environment. If getting, null will be returned if the background mode is set to 'Solid Color' or 'Gradient' (i.e., not 'Environment'). If setting, passing null will not work because this environment usage can't be turned off.
Public propertyForBackground_CheckMode Obsolete.
Public propertyForLighting
Get or set the RenderEnvironment used as custom skylighting environment. If getting, null will be returned if the custom skylighting environment override is disabled. If setting, passing null will turn the custom skylighting environment override off but it will not actually set its id to null. Setting to a valid environment will also turn the custom skylighting environment override on.
Public propertyForReflectionAndRefraction
Get or set the RenderEnvironment used as custom reflection (and refraction) environment. If getting, null will be returned if the custom reflection override is disabled. If setting, passing null will turn the custom reflection environment override off but it will not actually set its id to null. Setting to a valid environment will also turn the custom reflection environment override on.
Top
See Also