C# 클래스 FootballSimulation.Kick

파일 보기 프로젝트 열기: PurdueSIGAI/Soccer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
None Kick

공개 메소드들

메소드 설명
Kick ( IPointMass player, Vector2 force ) : System

Creates a new instance of the Kick class with the specified player and force.

메소드 상세

Kick() 공개 메소드

Creates a new instance of the Kick class with the specified player and force.
public Kick ( IPointMass player, Vector2 force ) : System
player IPointMass The player to kick the ball.
force Vector2 The desired force on the ball to be exerted by the player.
리턴 System

프로퍼티 상세

None 공개적으로 정적으로 프로퍼티

Indicates that no player on the team kicked the ball.
public static Kick,FootballSimulation None
리턴 Kick