C# Class RedBlueGames.Tools.AttackCast2D.HitEventArgs

Event Arguments for Hit events
Inheritance: System.EventArgs
Exibir arquivo Open project: redbluegames/rb-unity-tools

Public Methods

Method Description
HitEventArgs ( RaycastHit2D hit ) : System

Initializes a new instance of the HitEventArgs class.

Method Details

HitEventArgs() public method

Initializes a new instance of the HitEventArgs class.
public HitEventArgs ( RaycastHit2D hit ) : System
hit UnityEngine.RaycastHit2D Hit Information.
return System