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

This is used for optional parameters of class Box_VoxelId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_VoxelId. Usage: More...

Public Member Functions

 _InOptMut_VoxelId (Box_VoxelId value)
 
unsafe _InOptMut_VoxelId (ref VoxelId value)
 

Static Public Member Functions

static implicit operator _InOptMut_VoxelId (Box_VoxelId value)
 

Public Attributes

Box_VoxelIdOpt
 

Detailed Description

This is used for optional parameters of class Box_VoxelId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_VoxelId. Usage:

  • Pass null to use the default argument.
  • Pass new() to pass no object.
  • Pass an instance of Box_VoxelId/ConstBox_VoxelId directly.
  • Pass new(ref ...) to pass a reference to VoxelId.

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