MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std._InOptConst_SharedPtr_ConstVoid Class Reference

This is used for optional parameters of class SharedPtr_ConstVoid with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_SharedPtr_ConstVoid. Usage: More...

Public Member Functions

 _InOptConst_SharedPtr_ConstVoid (Const_SharedPtr_ConstVoid value)
 

Static Public Member Functions

static implicit operator _InOptConst_SharedPtr_ConstVoid (Const_SharedPtr_ConstVoid value)
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR.Std._ByValue_SharedPtr_Void ptr)
 Create a new instance from a non-const pointer to the same type.
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR._ByValueShared_Object _other)
 Creates an untyped std.shared_ptr<void> pointing to the same object as the source typed pointer.
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR._ByValueShared_Mesh _other)
 Creates an untyped std.shared_ptr<void> pointing to the same object as the source typed pointer.
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR._ByValueShared_Polyline3 _other)
 Creates an untyped std.shared_ptr<void> pointing to the same object as the source typed pointer.
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR._ByValueShared_PointCloud _other)
 Creates an untyped std.shared_ptr<void> pointing to the same object as the source typed pointer.
 
static unsafe implicit operator _InOptConst_SharedPtr_ConstVoid (MR._ByValueShared_SceneRootObject _other)
 Creates an untyped std.shared_ptr<void> pointing to the same object as the source typed pointer.
 

Public Attributes

Const_SharedPtr_ConstVoidOpt
 

Detailed Description

This is used for optional parameters of class SharedPtr_ConstVoid with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_SharedPtr_ConstVoid. Usage:


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