Generated from class MR.RayOrigin<float>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_RayOrigin_Float:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_RayOrigin_Float (MR.Const_RayOrigin_Float _other) |
Generated from constructor MR.RayOrigin<float>::RayOrigin. | |
| unsafe | Const_RayOrigin_Float (in MR.Vector3f ro) |
Generated from constructor MR.RayOrigin<float>::RayOrigin. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_RayOrigin_Float (in MR.Vector3f ro) |
Generated from constructor MR.RayOrigin<float>::RayOrigin. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_RayOrigin_Float > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_RayOrigin_Float > | |
| 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. | |
Generated from class MR.RayOrigin<float>. This is the const half of the class.