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