Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the non-const half of the class.
More...
|
| new unsafe MR.MeshTriPoint | startPoint [get, protected set] |
| | Position on mesh, where text's pivot point is mapped.
|
| |
| new unsafe ref MR.Vector2f | pivotPoint [get] |
| |
| new unsafe ref MR.Vector3f | direction [get] |
| | Direction of text, must be not zero.
|
| |
| new unsafe MR.? ConstBox_Vector3f | textNormal [get, set] |
| | Text normal to surface, if nullptr - use mesh normal at startPoint
|
| |
| new unsafe ref float | fontHeight [get] |
| | Font height, meters.
|
| |
| new unsafe ref float | surfaceOffset [get] |
| | Text mesh inside and outside offset of input mesh.
|
| |
| new unsafe ref float | textMaximumMovement [get] |
| | Maximum possible movement of text mesh alignment, meters.
|
| |
| new unsafe ref bool | fontBasedSizeCalc [get] |
| | If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text.
|
| |
| new unsafe MR.Std.String | text [get, protected set] |
| |
| new unsafe ref int | fontDetalization [get] |
| |
| new unsafe ref MR.Vector2f | symbolsDistanceAdditionalOffset [get] |
| |
| new unsafe ref float | symbolsThicknessOffsetModifier [get] |
| |
| new unsafe ref MR.AlignType | align [get] |
| |
| new unsafe MR.Std.Filesystem.Path | pathToFontFile [get, protected set] |
| |
Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the non-const half of the class.
◆ TextMeshAlignParams() [1/4]
| unsafe MR.TextMeshAlignParams.TextMeshAlignParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ TextMeshAlignParams() [2/4]
| unsafe MR.TextMeshAlignParams.TextMeshAlignParams |
( |
MR._ByValue_TextMeshAlignParams | _other | ) |
|
|
inline |
Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.
◆ TextMeshAlignParams() [3/4]
| MR.TextMeshAlignParams.TextMeshAlignParams |
( |
Const_TextMeshAlignParams | _other | ) |
|
|
inline |
Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.
◆ TextMeshAlignParams() [4/4]
Generated from constructor MR.TextMeshAlignParams.TextMeshAlignParams.
◆ assign()
Generated from method MR.TextMeshAlignParams.operator=.
◆ operator MR.SymbolMeshParams()
◆ align
◆ direction
| new unsafe ref MR.Vector3f MR.TextMeshAlignParams.direction |
|
get |
Direction of text, must be not zero.
◆ fontBasedSizeCalc
| new unsafe ref bool MR.TextMeshAlignParams.fontBasedSizeCalc |
|
get |
If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text.
◆ fontDetalization
| new unsafe ref int MR.TextMeshAlignParams.fontDetalization |
|
get |
◆ fontHeight
| new unsafe ref float MR.TextMeshAlignParams.fontHeight |
|
get |
◆ pathToFontFile
| new unsafe MR.Std.Filesystem.Path MR.TextMeshAlignParams.pathToFontFile |
|
getprotected set |
◆ pivotPoint
| new unsafe ref MR.Vector2f MR.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
| new unsafe ref float MR.TextMeshAlignParams.surfaceOffset |
|
get |
Text mesh inside and outside offset of input mesh.
◆ symbolsDistanceAdditionalOffset
| new unsafe ref MR.Vector2f MR.TextMeshAlignParams.symbolsDistanceAdditionalOffset |
|
get |
◆ symbolsThicknessOffsetModifier
| new unsafe ref float MR.TextMeshAlignParams.symbolsThicknessOffsetModifier |
|
get |
◆ text
| new unsafe MR.Std.String MR.TextMeshAlignParams.text |
|
getprotected set |
◆ textMaximumMovement
| new unsafe ref float MR.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: