Show / Hide Table of Contents

Class OnExplosionEventArgs

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

Properties

| Improve this Doc View Source

Position

The position of the explosion

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

Type

The type of the explosion

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