Interface IMyVoxelBase
Assembly: VRage.Game.dll
Syntax
public interface IMyVoxelBase : IMyEntity, IMyEntity
Properties
PositionLeftBottomCorner
Declaration
Vector3D PositionLeftBottomCorner { get; }
Property Value
Storage
Declaration
IMyStorage Storage { get; }
Property Value
StorageName
Declaration
string StorageName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
IsBoxIntersectingBoundingBoxOfThisVoxelMap(ref BoundingBoxD)
Declaration
bool IsBoxIntersectingBoundingBoxOfThisVoxelMap(ref BoundingBoxD boundingBox)
Parameters
Returns
Type |
Description |
System.Boolean |
|