C# Class Duality.Components.Physics.RayCastData

Provides data about a RigidBody.RayCast.
Show file Open project: BraveSirAndrew/duality Class Usage Examples

Public Methods

Method Description
RayCastData ( Duality.Components.Physics.ShapeInfo shape, System.Vector2 pos, System.Vector2 normal, float fraction ) : System

Method Details

RayCastData() public method

public RayCastData ( Duality.Components.Physics.ShapeInfo shape, System.Vector2 pos, System.Vector2 normal, float fraction ) : System
shape Duality.Components.Physics.ShapeInfo
pos System.Vector2
normal System.Vector2
fraction float
return System