Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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] |
Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class.
◆ 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 |
◆ Const_TextMeshAlignParams() [3/4]
◆ Const_TextMeshAlignParams() [4/4]
◆ 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()
◆ __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 |
◆ align
◆ 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 |
◆ 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
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
Text normal to surface, if nullptr - use mesh normal at startPoint
The documentation for this class was generated from the following file: