Generated from class MR.PositionedText. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PositionedText:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PositionedText () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PositionedText (MR._ByValue_PositionedText _other) |
Generated from constructor MR.PositionedText.PositionedText. | |
| unsafe | Const_PositionedText (string text, in MR.Vector3f position) |
Generated from constructor MR.PositionedText.PositionedText. | |
| bool | Equals (MR.Const_PositionedText? _1) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe bool | operator== (MR.Const_PositionedText _this, MR.Const_PositionedText _1) |
Generated from method MR.PositionedText.operator==. | |
| static unsafe bool | operator!= (MR.Const_PositionedText _this, MR.Const_PositionedText _1) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_String | text [get] |
| unsafe ref readonly MR.Vector3f | position [get] |
Properties inherited from MR.Misc.Object< Const_PositionedText > | |
| 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_PositionedText > | |
| bool | _IsOwningVal |
Generated from class MR.PositionedText. This is the const half of the class.