MDLVoxelArray.VoxelExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("voxelExistsAtIndex:allowAnyX:allowAnyY:allowAnyZ:allowAnyShell:")]
public virtual bool VoxelExists (OpenTK.Vector4i atIndex, bool allowAnyX, bool allowAnyY, bool allowAnyZ, bool allowAnyShell);
abstract member VoxelExists : OpenTK.Vector4i * bool * bool * bool * bool -> bool
override this.VoxelExists : OpenTK.Vector4i * bool * bool * bool * bool -> bool
Parameters
- atIndex
- Vector4i
- allowAnyX
- Boolean
- allowAnyY
- Boolean
- allowAnyZ
- Boolean
- allowAnyShell
- Boolean
Returns
- Attributes