Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Project290
Physics
Collision
RayCastOutput
C# Class Project290.Physics.Collision.RayCastOutput
Ray-cast output data. The ray hits at p1 + fraction * (p2 - p1), where p1 and p2 come from RayCastInput.
Mostra file
Open project: scastle/Solitude
Class Usage Examples
Public Properties
Property
Type
Description
Fraction
float
Normal
Vector2
Property Details
Fraction
public_oe property
public
float
Fraction
return
float
Normal
public_oe property
public
Vector2
Normal
return
Vector2