MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PositionedText Class Reference

Generated from class MR.PositionedText. This is the non-const half of the class. More...

Inheritance diagram for MR.PositionedText:

Public Member Functions

unsafe PositionedText ()
 Constructs an empty (default-constructed) instance.
unsafe PositionedText (MR._ByValue_PositionedText _other)
 Generated from constructor MR.PositionedText.PositionedText.
 PositionedText (Const_PositionedText _other)
 Generated from constructor MR.PositionedText.PositionedText.
 PositionedText (PositionedText _other)
 Generated from constructor MR.PositionedText.PositionedText.
unsafe PositionedText (string text, in MR.Vector3f position)
 Generated from constructor MR.PositionedText.PositionedText.
unsafe MR.PositionedText assign (MR._ByValue_PositionedText _other)
 Generated from method MR::PositionedText::operator=.
Public Member Functions inherited from MR.Const_PositionedText
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.
 Const_PositionedText (Const_PositionedText _other)
 Generated from constructor MR.PositionedText.PositionedText.
 Const_PositionedText (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)

Properties

new unsafe MR.Std.String text [get, protected set]
new unsafe ref MR.Vector3f position [get]
Properties inherited from MR.Const_PositionedText
unsafe MR.Std.Const_String text [get, protected set]
unsafe ref readonly MR.Vector3f position [get]

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_PositionedText
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 inherited from MR.Const_PositionedText
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PositionedText
unsafe MR.Vector3f__ref_storage_position

Detailed Description

Generated from class MR.PositionedText. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PositionedText() [1/5]

unsafe MR.PositionedText.PositionedText ( )
inline

Constructs an empty (default-constructed) instance.

◆ PositionedText() [2/5]

unsafe MR.PositionedText.PositionedText ( MR._ByValue_PositionedText _other)
inline

Generated from constructor MR.PositionedText.PositionedText.

◆ PositionedText() [3/5]

MR.PositionedText.PositionedText ( Const_PositionedText _other)
inline

Generated from constructor MR.PositionedText.PositionedText.

◆ PositionedText() [4/5]

MR.PositionedText.PositionedText ( PositionedText _other)
inline

Generated from constructor MR.PositionedText.PositionedText.

◆ PositionedText() [5/5]

unsafe MR.PositionedText.PositionedText ( string text,
in MR.Vector3f position )
inline

Generated from constructor MR.PositionedText.PositionedText.

Member Function Documentation

◆ assign()

unsafe MR.PositionedText MR.PositionedText.assign ( MR._ByValue_PositionedText _other)
inline

Generated from method MR::PositionedText::operator=.

Property Documentation

◆ position

new unsafe ref MR.Vector3f MR.PositionedText.position
get

◆ text

new unsafe MR.Std.String MR.PositionedText.text
getprotected set

The documentation for this class was generated from the following file: