Show / Hide Table of Contents

Class OnFireEventArgs

Inheritance
Object
OnFireEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Weapons.Events
Assembly: SlipeClient.dll
Syntax
public class OnFireEventArgs

Properties

| Improve this Doc View Source

HitElement

The element that was hit, if any

Declaration
public PhysicalElement HitElement { get; }
Property Value
Type Description
PhysicalElement
| Improve this Doc View Source

Lighting

The lighting at the impact

Declaration
public float Lighting { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

Material

The material that was hit

Declaration
public SurfaceMaterialType Material { get; }
Property Value
Type Description
SurfaceMaterialType
| Improve this Doc View Source

Normal

The normal of the impact

Declaration
public Vector3 Normal { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

Piece

The piece of the entity hit

Declaration
public int Piece { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Position

The world position of the impact

Declaration
public Vector3 Position { get; }
Property Value
Type Description
Vector3
  • Improve this Doc
  • View Source
Back to top Generated by DocFX