optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the non-const half of the class.
More...
|
| unsafe | PlyLoadParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | PlyLoadParams (MR.Std.Optional_MRTriangulation? tris, MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.TriCornerUVCoords? triCornerUvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, string dir, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal) |
| | Constructs MR.PlyLoadParams elementwise.
|
| unsafe | PlyLoadParams (MR._ByValue_PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| | PlyLoadParams (Const_PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| | PlyLoadParams (PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| unsafe MR.PlyLoadParams | assign (MR._ByValue_PlyLoadParams _other) |
| | Generated from method MR::PlyLoadParams::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_PlyLoadParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_PlyLoadParams (MR.Std.Optional_MRTriangulation? tris, MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.TriCornerUVCoords? triCornerUvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, string dir, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal) |
| | Constructs MR.PlyLoadParams elementwise.
|
| unsafe | Const_PlyLoadParams (MR._ByValue_PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| | Const_PlyLoadParams (Const_PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| | Const_PlyLoadParams (PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
|
| new unsafe MR.Std.? Optional_MRTriangulation | tris [get, set] |
| | optional load artifact: mesh triangles
|
| new unsafe MR.Std.? Optional_MREdges | edges [get, set] |
| | optional load artifact: polyline edges
|
| new unsafe MR.? VertColors | colors [get, set] |
| | optional load artifact: per-vertex color map
|
| new unsafe MR.? FaceColors | faceColors [get, set] |
| | optional load artifact: per-face color map
|
| new unsafe MR.? VertCoords2 | uvCoords [get, set] |
| | optional load artifact: per-vertex uv-coordinates
|
| new unsafe MR.? TriCornerUVCoords | triCornerUvCoords [get, set] |
| | optional load artifact: per-corner uv-coordinates for each triangle
|
| new unsafe MR.? VertCoords | normals [get, set] |
| | optional load artifact: per-vertex normals
|
| new unsafe MR.? MeshTexture | texture [get, set] |
| | optional load artifact: texture image
|
| new unsafe MR.Std.Filesystem.Path | dir [get, protected set] |
| | directory to load texture files from
|
| new unsafe MR.Std.Function_Bool_From_Float | callback [get, protected set] |
| | callback for set progress and stop process
|
| new unsafe ref bool | telemetrySignal [get] |
| | permit telemetry signal about loading
|
| unsafe MR.Std.? Optional_MRTriangulation | tris [get] |
| | optional load artifact: mesh triangles
|
| unsafe MR.Std.? Optional_MREdges | edges [get] |
| | optional load artifact: polyline edges
|
| unsafe MR.? VertColors | colors [get] |
| | optional load artifact: per-vertex color map
|
| unsafe MR.? FaceColors | faceColors [get] |
| | optional load artifact: per-face color map
|
| unsafe MR.? VertCoords2 | uvCoords [get] |
| | optional load artifact: per-vertex uv-coordinates
|
| unsafe MR.? TriCornerUVCoords | triCornerUvCoords [get] |
| | optional load artifact: per-corner uv-coordinates for each triangle
|
| unsafe MR.? VertCoords | normals [get] |
| | optional load artifact: per-vertex normals
|
| unsafe MR.? MeshTexture | texture [get] |
| | optional load artifact: texture image
|
| unsafe MR.Std.Filesystem.Const_Path | dir [get, protected set] |
| | directory to load texture files from
|
| unsafe MR.Std.Const_Function_Bool_From_Float | callback [get, protected set] |
| | callback for set progress and stop process
|
| unsafe bool | telemetrySignal [get] |
| | permit telemetry signal about loading
|
optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the non-const half of the class.