C# Класс FootballSimulation.Kick

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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