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.
Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Свойство Type Description
Fraction float
Normal Vector2

Property Details

Fraction public_oe property

public float Fraction
Résultat float

Normal public_oe property

public Vector2 Normal
Résultat Vector2