Click or drag to resize
IMyVoxelShape Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyVoxelShape"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyVoxelShape

The IMyVoxelShape type exposes the following members.

Properties
  NameDescription
Public propertyTransform
World matrix of voxel shape
Top
Methods
  NameDescription
Public methodGetIntersectionVolume
Gets volume of intersection of shape and voxel
Public methodGetWorldBoundary
Gets current world boundaries
Public methodPeekWorldBoundary
Peeks world boundaries at given position
Top
See Also