Class OnExplosionEventArgs
Inherited Members
Namespace: Slipe.Client.Elements.Events
Assembly: SlipeClient.dll
Syntax
public class OnExplosionEventArgs
Properties
| Improve this Doc View SourcePosition
The position of the explosion
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Type
The type of the explosion
Declaration
public ExplosionType Type { get; }
Property Value
Type | Description |
---|---|
ExplosionType |