C# Класс ProjectCow.CowBomb

Fake Cow that hurts the player
Наследование: LiftObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CowBomb ( Vector2 position, float resistance, GameObjectsManager manager ) : System
Draw ( SpriteBatch spriteBatch ) : void
Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void

Описание методов

CowBomb() публичный Метод

public CowBomb ( Vector2 position, float resistance, GameObjectsManager manager ) : System
position Vector2
resistance float
manager GameObjectsManager
Результат System

Draw() публичный Метод

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

Lift() публичный Метод

public Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void
spaceshipCenter Vector2
pullAcceleration float
beamPosition Vector2
beamWidth int
Результат void

LoadContent() публичный Метод

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Результат void