this struct contains coordinate converters float-int-float Generated from class MR.CoordinateConverters2. This is the const half of the class.
More...
Inheritance diagram for MR.Const_CoordinateConverters2:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_CoordinateConverters2 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_CoordinateConverters2 (MR.Std._ByValue_Function_MRVector2iFuncFromConstMRVector2fRef toInt, MR.Std._ByValue_Function_MRVector2fFuncFromConstMRVector2iRef toFloat) |
Constructs MR.CoordinateConverters2 elementwise. | |
| unsafe | Const_CoordinateConverters2 (MR._ByValue_CoordinateConverters2 _other) |
Generated from constructor MR.CoordinateConverters2.CoordinateConverters2. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Function_MRVector2iFuncFromConstMRVector2fRef | toInt [get] |
| unsafe MR.Std.Const_Function_MRVector2fFuncFromConstMRVector2iRef | toFloat [get] |
Properties inherited from MR.Misc.Object< Const_CoordinateConverters2 > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_CoordinateConverters2 > | |
| bool | _IsOwningVal |
this struct contains coordinate converters float-int-float Generated from class MR.CoordinateConverters2. This is the const half of the class.