tModLoader v2024.08
A mod to make and play Terraria mods
|
Inherits IBallContactListener.
Public Member Functions | |
void | OnCollision (PhysicsProperties properties, ref Vector2 position, ref Vector2 velocity, ref BallCollisionEvent collision) |
void | OnPassThrough (PhysicsProperties properties, ref Vector2 position, ref Vector2 velocity, ref float angularVelocity, ref BallPassThroughEvent collision) |
void | PutBallInCup (Projectile proj, BallCollisionEvent collision) |
void | OnCollision (PhysicsProperties properties, ref Vector2 position, ref Vector2 velocity, ref BallCollisionEvent collision) |
void | OnPassThrough (PhysicsProperties properties, ref Vector2 position, ref Vector2 velocity, ref float angularVelocity, ref BallPassThroughEvent passThrough) |
void GolfHelper.ContactListener.OnCollision | ( | PhysicsProperties | properties, |
ref Vector2 | position, | ||
ref Vector2 | velocity, | ||
ref BallCollisionEvent | collision | ||
) |
Implements IBallContactListener.
void GolfHelper.ContactListener.OnPassThrough | ( | PhysicsProperties | properties, |
ref Vector2 | position, | ||
ref Vector2 | velocity, | ||
ref float | angularVelocity, | ||
ref BallPassThroughEvent | collision | ||
) |
Implements IBallContactListener.