C# Class GrapplePhysics, GameProject

Mostrar archivo Open project: EECS390IndieTeam/GameProject Class Usage Examples

Public Properties

Property Type Description
anchor Vector3
reelMultiplier int
reelSpeed float
stabilizer float

Public Methods

Method Description
calculateVelocity ( Vector3 position, Vector3 velocity ) : Vector3

Method Details

calculateVelocity() public static method

public static calculateVelocity ( Vector3 position, Vector3 velocity ) : Vector3
position Vector3
velocity Vector3
return Vector3

Property Details

anchor public_oe static_oe property

public static Vector3 anchor
return Vector3

reelMultiplier public_oe static_oe property

public static int reelMultiplier
return int

reelSpeed public_oe static_oe property

public static float reelSpeed
return float

stabilizer public_oe static_oe property

public static float stabilizer
return float