Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
RedBlueGames
Tools
AttackCast2D.HitEventArgs
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