Click or drag to resize

Skylight Class

[Missing <summary> documentation for "T:Rhino.Render.Skylight"]

Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class Skylight : DocumentOrFreeFloatingBase, 
	IDisposable

The Skylight type exposes the following members.

Constructors
  NameDescription
Public methodSkylight
Create a utility object not associated with any document
Public methodSkylight(Skylight)
Create a utility object not associated with any document from another object
Top
Properties
  NameDescription
Public propertyCustomEnvironment Obsolete.
Public propertyCustomEnvironmentOn Obsolete.
Public propertyEnabled
Public propertyShadowIntensity
ShadowIntensity is currently unused.
Top
Methods
  NameDescription
Public methodBeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodDispose
Releases all resources used by the Skylight
Public methodEndChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides FreeFloatingBaseFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberChanged
This event is raised when a Skylight property value is changed.
Top
See Also