C# Class Ball, pongpector

Inheritance: MonoBehaviour
Exibir arquivo Open project: abagames/pongpector Class Usage Examples

Public Properties

Property Type Description
pos Vector2
speed float
vel Vector2

Public Methods

Method Description
Ball ( Pongpector pongpector ) : UnityEngine
Update ( ) : bool

Method Details

Ball() public method

public Ball ( Pongpector pongpector ) : UnityEngine
pongpector Pongpector
return UnityEngine

Update() public method

public Update ( ) : bool
return bool

Property Details

pos public_oe property

public Vector2 pos
return Vector2

speed public_oe property

public float speed
return float

vel public_oe property

public Vector2 vel
return Vector2