Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BallPassThroughEvent.cs
Go to the documentation of this file.
1
namespace
Terraria.Physics
;
2
3
public
struct
BallPassThroughEvent
4
{
5
public
readonly
Tile
Tile
;
6
7
public
readonly
Entity
Entity
;
8
9
public
readonly
BallPassThroughType
Type
;
10
11
public
readonly
float
TimeScale
;
12
13
public
BallPassThroughEvent
(
float
timeScale,
Tile
tile,
Entity
entity,
BallPassThroughType
type)
14
{
15
Tile
= tile;
16
Entity
= entity;
17
Type
= type;
18
TimeScale
= timeScale;
19
}
20
}
Terraria.Entity
Definition
Entity.cs:7
Terraria.Tile
Definition
Tile.cs:7
Terraria.Physics.BallPassThroughType
BallPassThroughType
Definition
BallPassThroughType.cs:4
Terraria.Physics
Definition
BallCollision.cs:6
Terraria.Physics.BallPassThroughEvent.BallPassThroughEvent
BallPassThroughEvent(float timeScale, Tile tile, Entity entity, BallPassThroughType type)
Definition
BallPassThroughEvent.cs:13
Terraria.Physics.BallPassThroughEvent.TimeScale
readonly float TimeScale
Definition
BallPassThroughEvent.cs:11
Terraria.Physics.BallPassThroughEvent.Tile
readonly Tile Tile
Definition
BallPassThroughEvent.cs:5
Terraria.Physics.BallPassThroughEvent.Type
readonly BallPassThroughType Type
Definition
BallPassThroughEvent.cs:9
Terraria.Physics.BallPassThroughEvent.Entity
readonly Entity Entity
Definition
BallPassThroughEvent.cs:7
Terraria.Physics.BallPassThroughEvent
Definition
BallPassThroughEvent.cs:4
source
Terraria.Physics
BallPassThroughEvent.cs
Generated by
1.10.0