storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR.ViewportProperty<MR.AffineXf3f>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_ViewportProperty_MRAffineXf3f:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ViewportProperty_MRAffineXf3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ViewportProperty_MRAffineXf3f (MR._ByValue_ViewportProperty_MRAffineXf3f _other) |
Generated from constructor MR.ViewportProperty<MR.AffineXf3f>::ViewportProperty. | |
| unsafe | Const_ViewportProperty_MRAffineXf3f (in MR.AffineXf3f def) |
Generated from constructor MR.ViewportProperty<MR.AffineXf3f>::ViewportProperty. | |
| unsafe ref readonly MR.AffineXf3f | get () |
gets default property value Generated from method MR.ViewportProperty<MR.AffineXf3f>::get. | |
| unsafe ref readonly MR.AffineXf3f | get (MR.ViewportId id, MR.Misc.InOut< bool >? isDef=null) |
| gets property value for given viewport: specific if available otherwise default one; | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_ViewportProperty_MRAffineXf3f (in MR.AffineXf3f def) |
Generated from constructor MR.ViewportProperty<MR.AffineXf3f>::ViewportProperty. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_ViewportProperty_MRAffineXf3f > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_ViewportProperty_MRAffineXf3f > | |
| 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. | |
storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR.ViewportProperty<MR.AffineXf3f>. This is the const half of the class.
|
inline |
gets property value for given viewport: specific if available otherwise default one;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from method MR.ViewportProperty<MR.AffineXf3f>::get. |