C# Class World.Physics.MovementPhysics

Inheritance: IMovementPhysics
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
Move ( IForwardMovablePhysicalEntity movable ) : void
RevertMove ( IForwardMovablePhysicalEntity movable ) : void
RevertMoveKeepRotation ( IForwardMovablePhysicalEntity movable ) : void
Shift ( IForwardMovablePhysicalEntity movable ) : void
Shift ( IForwardMovablePhysicalEntity movable, float speed ) : void
Shift ( IForwardMovablePhysicalEntity movable, float speed, float directionInRads ) : void

Private Methods

Méthode Description
Rotate ( IForwardMovablePhysicalEntity movable ) : void
Rotate ( IForwardMovablePhysicalEntity movable, float rotationSpeed ) : void

Method Details

Move() public méthode

public Move ( IForwardMovablePhysicalEntity movable ) : void
movable IForwardMovablePhysicalEntity
Résultat void

RevertMove() public méthode

public RevertMove ( IForwardMovablePhysicalEntity movable ) : void
movable IForwardMovablePhysicalEntity
Résultat void

RevertMoveKeepRotation() public méthode

public RevertMoveKeepRotation ( IForwardMovablePhysicalEntity movable ) : void
movable IForwardMovablePhysicalEntity
Résultat void

Shift() public méthode

public Shift ( IForwardMovablePhysicalEntity movable ) : void
movable IForwardMovablePhysicalEntity
Résultat void

Shift() public méthode

public Shift ( IForwardMovablePhysicalEntity movable, float speed ) : void
movable IForwardMovablePhysicalEntity
speed float
Résultat void

Shift() public méthode

public Shift ( IForwardMovablePhysicalEntity movable, float speed, float directionInRads ) : void
movable IForwardMovablePhysicalEntity
speed float
directionInRads float
Résultat void