Class OnFireEventArgs
Inherited Members
Namespace: Slipe.Client.Weapons.Events
Assembly: SlipeClient.dll
Syntax
public class OnFireEventArgs
Properties
| Improve this Doc View SourceHitElement
The element that was hit, if any
Declaration
public PhysicalElement HitElement { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
Lighting
The lighting at the impact
Declaration
public float Lighting { get; }
Property Value
Type | Description |
---|---|
Single |
Material
The material that was hit
Declaration
public SurfaceMaterialType Material { get; }
Property Value
Type | Description |
---|---|
SurfaceMaterialType |
Normal
The normal of the impact
Declaration
public Vector3 Normal { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Piece
The piece of the entity hit
Declaration
public int Piece { get; }
Property Value
Type | Description |
---|---|
Int32 |
Position
The world position of the impact
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |