MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class. More...

Inheritance diagram for MR.Const_TextMeshAlignParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TextMeshAlignParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TextMeshAlignParams (MR._ByValue_TextMeshAlignParams _other)
 Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.
 Const_TextMeshAlignParams (Const_TextMeshAlignParams _other)
 Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.
 Const_TextMeshAlignParams (TextMeshAlignParams _other)
 Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.

Static Public Member Functions

static unsafe implicit operator MR.Const_SymbolMeshParams (Const_TextMeshAlignParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector2f__ref_storage_pivotPoint
unsafe MR.Vector3f__ref_storage_direction
unsafe MR.ConstBox_Vector3f._Underlying ** __ptr_storage_textNormal
unsafe float * __ref_storage_fontHeight
unsafe float * __ref_storage_surfaceOffset
unsafe float * __ref_storage_textMaximumMovement
unsafe bool * __ref_storage_fontBasedSizeCalc
unsafe int * __ref_storage_fontDetalization
unsafe MR.Vector2f__ref_storage_symbolsDistanceAdditionalOffset
unsafe float * __ref_storage_symbolsThicknessOffsetModifier
unsafe MR.AlignType__ref_storage_align

Static Protected Attributes

static unsafe float * __ref_storage_MaxGeneratedFontHeight

Properties

unsafe MR.Const_MeshTriPoint startPoint [get, protected set]
 Position on mesh, where text's pivot point is mapped.
unsafe ref readonly MR.Vector2f pivotPoint [get]
 Position of the startPoint in a text bounding box (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right.
unsafe ref readonly MR.Vector3f direction [get]
 Direction of text, must be not zero.
unsafe MR.? ConstBox_Vector3f textNormal [get]
 Text normal to surface, if nullptr - use mesh normal at startPoint
unsafe float fontHeight [get]
 Font height, meters.
unsafe float surfaceOffset [get]
 Text mesh inside and outside offset of input mesh.
unsafe float textMaximumMovement [get]
 Maximum possible movement of text mesh alignment, meters.
unsafe bool fontBasedSizeCalc [get]
 If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text.
static unsafe float MaxGeneratedFontHeight [get]
unsafe MR.Std.Const_String text [get, protected set]
unsafe int fontDetalization [get]
unsafe ref readonly MR.Vector2f symbolsDistanceAdditionalOffset [get]
unsafe float symbolsThicknessOffsetModifier [get]
unsafe MR.AlignType align [get]
unsafe MR.Std.Filesystem.Const_Path pathToFontFile [get, protected set]

Detailed Description

Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TextMeshAlignParams() [1/4]

unsafe MR.Const_TextMeshAlignParams.Const_TextMeshAlignParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TextMeshAlignParams() [2/4]

unsafe MR.Const_TextMeshAlignParams.Const_TextMeshAlignParams ( MR._ByValue_TextMeshAlignParams _other)
inline

Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.

◆ Const_TextMeshAlignParams() [3/4]

MR.Const_TextMeshAlignParams.Const_TextMeshAlignParams ( Const_TextMeshAlignParams _other)
inline

Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.

◆ Const_TextMeshAlignParams() [4/4]

MR.Const_TextMeshAlignParams.Const_TextMeshAlignParams ( TextMeshAlignParams _other)
inline

Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TextMeshAlignParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_TextMeshAlignParams.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator MR.Const_SymbolMeshParams()

unsafe implicit MR.Const_TextMeshAlignParams.operator MR.Const_SymbolMeshParams ( Const_TextMeshAlignParams self)
inlinestatic

Member Data Documentation

◆ __ptr_storage_textNormal

unsafe MR.ConstBox_Vector3f._Underlying** MR.Const_TextMeshAlignParams.__ptr_storage_textNormal
protected

◆ __ref_storage_align

unsafe MR.AlignType* MR.Const_TextMeshAlignParams.__ref_storage_align
protected

◆ __ref_storage_direction

unsafe MR.Vector3f* MR.Const_TextMeshAlignParams.__ref_storage_direction
protected

◆ __ref_storage_fontBasedSizeCalc

unsafe bool* MR.Const_TextMeshAlignParams.__ref_storage_fontBasedSizeCalc
protected

◆ __ref_storage_fontDetalization

unsafe int* MR.Const_TextMeshAlignParams.__ref_storage_fontDetalization
protected

◆ __ref_storage_fontHeight

unsafe float* MR.Const_TextMeshAlignParams.__ref_storage_fontHeight
protected

◆ __ref_storage_MaxGeneratedFontHeight

unsafe float* MR.Const_TextMeshAlignParams.__ref_storage_MaxGeneratedFontHeight
staticprotected

◆ __ref_storage_pivotPoint

unsafe MR.Vector2f* MR.Const_TextMeshAlignParams.__ref_storage_pivotPoint
protected

◆ __ref_storage_surfaceOffset

unsafe float* MR.Const_TextMeshAlignParams.__ref_storage_surfaceOffset
protected

◆ __ref_storage_symbolsDistanceAdditionalOffset

unsafe MR.Vector2f* MR.Const_TextMeshAlignParams.__ref_storage_symbolsDistanceAdditionalOffset
protected

◆ __ref_storage_symbolsThicknessOffsetModifier

unsafe float* MR.Const_TextMeshAlignParams.__ref_storage_symbolsThicknessOffsetModifier
protected

◆ __ref_storage_textMaximumMovement

unsafe float* MR.Const_TextMeshAlignParams.__ref_storage_textMaximumMovement
protected

Property Documentation

◆ align

unsafe MR.AlignType MR.Const_TextMeshAlignParams.align
get

◆ direction

unsafe ref readonly MR.Vector3f MR.Const_TextMeshAlignParams.direction
get

Direction of text, must be not zero.

◆ fontBasedSizeCalc

unsafe bool MR.Const_TextMeshAlignParams.fontBasedSizeCalc
get

If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text.

◆ fontDetalization

unsafe int MR.Const_TextMeshAlignParams.fontDetalization
get

◆ fontHeight

unsafe float MR.Const_TextMeshAlignParams.fontHeight
get

Font height, meters.

◆ MaxGeneratedFontHeight

unsafe float MR.Const_TextMeshAlignParams.MaxGeneratedFontHeight
staticget

◆ pathToFontFile

unsafe MR.Std.Filesystem.Const_Path MR.Const_TextMeshAlignParams.pathToFontFile
getprotected set

◆ pivotPoint

unsafe ref readonly MR.Vector2f MR.Const_TextMeshAlignParams.pivotPoint
get

Position of the startPoint in a text bounding box (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right.

◆ startPoint

unsafe MR.Const_MeshTriPoint MR.Const_TextMeshAlignParams.startPoint
getprotected set

Position on mesh, where text's pivot point is mapped.

◆ surfaceOffset

unsafe float MR.Const_TextMeshAlignParams.surfaceOffset
get

Text mesh inside and outside offset of input mesh.

◆ symbolsDistanceAdditionalOffset

unsafe ref readonly MR.Vector2f MR.Const_TextMeshAlignParams.symbolsDistanceAdditionalOffset
get

◆ symbolsThicknessOffsetModifier

unsafe float MR.Const_TextMeshAlignParams.symbolsThicknessOffsetModifier
get

◆ text

unsafe MR.Std.Const_String MR.Const_TextMeshAlignParams.text
getprotected set

◆ textMaximumMovement

unsafe float MR.Const_TextMeshAlignParams.textMaximumMovement
get

Maximum possible movement of text mesh alignment, meters.

◆ textNormal

unsafe MR.? ConstBox_Vector3f MR.Const_TextMeshAlignParams.textNormal
get

Text normal to surface, if nullptr - use mesh normal at startPoint


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