Class PongBallBehavior
Inheritance
object
PongBallBehavior
Namespace: Archaic
Assembly: cs.temp.dll.dll
Syntax
public class PongBallBehavior : MonoBehaviour
Fields
resetDelay
Declaration
public float resetDelay
Field Value
| Type | Description |
|---|---|
| float |
score
Declaration
public static Vector2 score
Field Value
| Type | Description |
|---|---|
| Vector2 |
speed
Declaration
public float speed
Field Value
| Type | Description |
|---|---|
| float |
speedIncrement
Declaration
public float speedIncrement
Field Value
| Type | Description |
|---|---|
| float |
Methods
IncreaseSpeed()
Declaration
public void IncreaseSpeed()