Show / Hide Table of Contents

Class MyGridExplosion.MyRaycastDamageInfo

Inheritance
System.Object
MyGridExplosion.MyRaycastDamageInfo
Namespace: Sandbox.Game
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾