C# Класс Game.AttackingShip

Показать файл Открыть проект

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

Свойство Тип Описание
BaseShip Ship
ID int
JustEntered bool
Strength System.Single
Target Planet
___res100 System.String
___ships_to_add00 System.Int32
frame int

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

Метод Описание
AttackingShip ( Ship baseship, Planet target ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Rule2 ( float dt, World world ) : void
Update ( float dt, World world ) : void

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

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

public AttackingShip ( Ship baseship, Planet target ) : Casanova.Prelude
baseship Ship
target Planet
Результат Casanova.Prelude

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

public Rule0 ( float dt, World world ) : void
dt float
world World
Результат void

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

public Rule1 ( float dt, World world ) : void
dt float
world World
Результат void

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

public Rule2 ( float dt, World world ) : void
dt float
world World
Результат void

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

public Update ( float dt, World world ) : void
dt float
world World
Результат void

Описание свойств

BaseShip публичное свойство

public Ship BaseShip
Результат Ship

ID публичное свойство

public int ID
Результат int

JustEntered публичное свойство

public bool JustEntered
Результат bool

Strength публичное свойство

public Single,System Strength
Результат System.Single

Target публичное свойство

public Planet,Game Target
Результат Planet

___res100 публичное свойство

public String,System ___res100
Результат System.String

___ships_to_add00 публичное свойство

public Int32,System ___ships_to_add00
Результат System.Int32

frame публичное свойство

public int frame
Результат int