this class represents a portion of the sky, and its radiation Generated from class MR.SkyPatch. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_SkyPatch () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_SkyPatch (MR.Vector3f dir, float radiation) |
| | Constructs MR.SkyPatch elementwise.
|
| |
|
unsafe | Const_SkyPatch (MR.Const_SkyPatch _other) |
| | Generated from constructor MR.SkyPatch.SkyPatch.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.Vector3f | dir [get] |
| | direction toward the center of the patch
|
| |
|
unsafe float | radiation [get] |
| | radiation of the patch depending on Sun's position, sky clearness and brightness, etc
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
this class represents a portion of the sky, and its radiation Generated from class MR.SkyPatch. This is the const half of the class.
The documentation for this class was generated from the following file: