Generated from class MR.PointOnObject. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PointOnObject:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PointOnObject () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PointOnObject (MR.Const_PointOnObject _other) |
Generated from constructor MR.PointOnObject.PointOnObject. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.PointOnFace (MR.Const_PointOnObject _this) |
Generated from conversion operator MR.PointOnObject.operator MR.PointOnFace. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Vector3f | point [get] |
| 3D location on the object in local coordinates | |
| unsafe float | zBuffer [get] |
| z buffer value | |
Properties inherited from MR.Misc.Object< Const_PointOnObject > | |
| 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_PointOnObject > | |
| bool | _IsOwningVal |
Generated from class MR.PointOnObject. This is the const half of the class.