C# Class Pongpector, pongpector

Inheritance: MonoBehaviour
Afficher le fichier Open project: abagames/pongpector Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomRacketX float
height int
isBottomRacketValid bool
isTopRacketValid bool
texture UnityEngine.Texture2D
topRacketX float
wallWidth int
width int

Méthodes publiques

Méthode Description
AddBall ( Vector2 pos, Vector2 vel, float speed = 1 ) : void
AddBall ( float rankSpeed = 1 ) : void
AddScore ( ) : void
GetAnother ( int offset = 1 ) : Pongpector,
Miss ( ) : void
Start ( ) : void
TestRacketCollision ( Vector2 pos, Vector2 vel, float radius ) : bool
UpdateFrame ( ) : void

Method Details

AddBall() public méthode

public AddBall ( Vector2 pos, Vector2 vel, float speed = 1 ) : void
pos Vector2
vel Vector2
speed float
Résultat void

AddBall() public méthode

public AddBall ( float rankSpeed = 1 ) : void
rankSpeed float
Résultat void

AddScore() public méthode

public AddScore ( ) : void
Résultat void

GetAnother() public méthode

public GetAnother ( int offset = 1 ) : Pongpector,
offset int
Résultat Pongpector,

Miss() public méthode

public Miss ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TestRacketCollision() public méthode

public TestRacketCollision ( Vector2 pos, Vector2 vel, float radius ) : bool
pos Vector2
vel Vector2
radius float
Résultat bool

UpdateFrame() public méthode

public UpdateFrame ( ) : void
Résultat void

Property Details

bottomRacketX public_oe property

public float bottomRacketX
Résultat float

height public_oe property

public int height
Résultat int

isBottomRacketValid public_oe property

public bool isBottomRacketValid
Résultat bool

isTopRacketValid public_oe property

public bool isTopRacketValid
Résultat bool

texture public_oe property

public Texture2D,UnityEngine texture
Résultat UnityEngine.Texture2D

topRacketX public_oe property

public float topRacketX
Résultat float

wallWidth public_oe property

public int wallWidth
Résultat int

width public_oe property

public int width
Résultat int