Class MyGridExplosion.MyRaycastDamageInfo
Inheritance
System.Object
MyGridExplosion.MyRaycastDamageInfo
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyRaycastDamageInfo : ValueType
Constructors
MyRaycastDamageInfo(Single, Single)
Declaration
public MyRaycastDamageInfo(float damageRemaining, float distanceToExplosion)
Parameters
| Type |
Name |
Description |
| System.Single |
damageRemaining |
|
| System.Single |
distanceToExplosion |
|
Fields
DamageRemaining
Declaration
public float DamageRemaining
Field Value
| Type |
Description |
| System.Single |
|
DistanceToExplosion
Declaration
public float DistanceToExplosion
Field Value
| Type |
Description |
| System.Single |
|