Class MyHitInfo
Implements Hit Info data
Inheritance
System.Object
    MyHitInfo
  Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyHitInfo : ValueTypeFields
Normal
Gets or Sets the Normal vector
Declaration
public Vector3 NormalField Value
| Type | Description | 
|---|---|
| Vector3 | 
Position
Gets or Sets the Position vector
Declaration
public Vector3D PositionField Value
| Type | Description | 
|---|---|
| Vector3D | 
ShapeKey
Gets or Sets the Shape Key of the physical shape
Declaration
public uint ShapeKeyField Value
| Type | Description | 
|---|---|
| System.UInt32 | 
Velocity
Gets or Sets the Velocity vector
Declaration
public Vector3D VelocityField Value
| Type | Description | 
|---|---|
| Vector3D |