Generated from class MR.Features.SubfeatureInfo. This is the const half of the class.
More...
Inheritance diagram for MR.Features.Const_SubfeatureInfo:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_SubfeatureInfo () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SubfeatureInfo (string name, bool isInfinite, MR.Std._ByValue_Function_StdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlaneFuncFromConstStdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlaneRef create) |
Constructs MR.Features.SubfeatureInfo elementwise. | |
| unsafe | Const_SubfeatureInfo (MR.Features._ByValue_SubfeatureInfo _other) |
Generated from constructor MR.Features.SubfeatureInfo.SubfeatureInfo. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_StringView | name [get] |
| unsafe bool | isInfinite [get] |
| unsafe MR.Std.Const_Function_StdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlaneFuncFromConstStdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlaneRef | create [get] |
Properties inherited from MR.Misc.Object< Const_SubfeatureInfo > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_SubfeatureInfo > | |
| bool | _IsOwningVal |
Generated from class MR.Features.SubfeatureInfo. This is the const half of the class.