C# Class TuneBlaster_.Graphics.FixedBall

The class for the balls that have become stationary due to a colission Author Hugh Corrigan
Inheritance: MovingBall
Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Свойство Type Description
numInContact int

Méthodes publiques

Méthode Description
AddSupport ( FixedBall f ) : void
CalculateInitialRotation ( ) : void
CheckSupports ( ) : void
CorrectPostion ( FixedBall f ) : void
Destroy ( ) : void
DoAngles ( ) : void
FixedBall ( Core c, value v ) : System
GetRotation ( float rotate ) : void
Initialise ( ) : void
Initialise ( Microsoft.Xna.Framework.Game g ) : void
IsAgainstCore ( ) : bool
IsDead ( ) : bool
Move ( float rotate ) : void
SetAgainstCore ( ) : void
SetCollisionBall ( FixedBall f ) : void
Unlock ( ) : void
Unsupported ( ) : bool
UpdateContactBalls ( ) : void

Method Details

AddSupport() public méthode

public AddSupport ( FixedBall f ) : void
f FixedBall
Résultat void

CalculateInitialRotation() public méthode

public CalculateInitialRotation ( ) : void
Résultat void

CheckSupports() public méthode

public CheckSupports ( ) : void
Résultat void

CorrectPostion() public méthode

public CorrectPostion ( FixedBall f ) : void
f FixedBall
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

DoAngles() public méthode

public DoAngles ( ) : void
Résultat void

FixedBall() public méthode

public FixedBall ( Core c, value v ) : System
c Core
v value
Résultat System

GetRotation() public méthode

public GetRotation ( float rotate ) : void
rotate float
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( Microsoft.Xna.Framework.Game g ) : void
g Microsoft.Xna.Framework.Game
Résultat void

IsAgainstCore() public méthode

public IsAgainstCore ( ) : bool
Résultat bool

IsDead() public méthode

public IsDead ( ) : bool
Résultat bool

Move() public méthode

public Move ( float rotate ) : void
rotate float
Résultat void

SetAgainstCore() public méthode

public SetAgainstCore ( ) : void
Résultat void

SetCollisionBall() public méthode

public SetCollisionBall ( FixedBall f ) : void
f FixedBall
Résultat void

Unlock() public méthode

public Unlock ( ) : void
Résultat void

Unsupported() public méthode

public Unsupported ( ) : bool
Résultat bool

UpdateContactBalls() public méthode

public UpdateContactBalls ( ) : void
Résultat void

Property Details

numInContact public_oe property

public int numInContact
Résultat int