Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class.
More...
|
|
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.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_MeshTriPoint | startPoint [get] |
| | Position on mesh, where text's pivot point is mapped.
|
| |
| unsafe ref readonly MR.Vector2f | pivotPoint [get] |
| |
|
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] |
| |
|
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] |
| |
|
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.
|
| |
Generated from class MR.TextMeshAlignParams. Base classes: Direct: (non-virtual) MR.SymbolMeshParams This is the const half of the class.
◆ 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
The documentation for this class was generated from the following file: