C# Class GrapplePhysics, GameProject

Afficher le fichier Open project: EECS390IndieTeam/GameProject Class Usage Examples

Méthodes publiques

Свойство Type Description
anchor Vector3
reelMultiplier int
reelSpeed float
stabilizer float

Méthodes publiques

Méthode Description
calculateVelocity ( Vector3 position, Vector3 velocity ) : Vector3

Method Details

calculateVelocity() public static méthode

public static calculateVelocity ( Vector3 position, Vector3 velocity ) : Vector3
position Vector3
velocity Vector3
Résultat Vector3

Property Details

anchor public_oe static_oe property

public static Vector3 anchor
Résultat Vector3

reelMultiplier public_oe static_oe property

public static int reelMultiplier
Résultat int

reelSpeed public_oe static_oe property

public static float reelSpeed
Résultat float

stabilizer public_oe static_oe property

public static float stabilizer
Résultat float